Html Css Color HEX #21132B Blackcurrant

📋 copy color: '#21132B'

red 33 ◦ green 19 ◦ blue 43

#21132B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #21132B

Tints of Blackcurrant #21132B

RGB

 RED value IS 33 (13.28% from 255) = 34.74%

 GREEN value IS 19 (7.81% from 255) = 20%

 BLUE value IS 43 (17.19% from 255) = 45.26%

R = 34.74%
G = 20%
B = 45.26%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#21132B (or 0x21132B) is known color: Blackcurrant. HEX triplet: 21, 13 and 2B. RGB value is (33,19,43). Sum of RGB (Red+Green+Blue) = 33+19+43=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #21132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132B is #DEECD4. Grayscale: #191919. Windows color (decimal): -14609621 or 2822945. OLE color: 2822945.

HSL color Cylindrical-coordinate representation of color #21132B: hue angle of 275º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21132B is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 19 43 -
CMYK 0.23 0.56 0 0.83
HSL 275º 0.39% 0.12% -
HSV(B) 275º 0.56% 0.17% -
XYZ 1.3 0.96 2.4 -
YUV 25.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 33 19 43 0.23 0.56 0 0.83 275 0.39 0.12
Hex 21 13 2B 17 38 0 53 113 27 C
Octal 41 23 53 27 70 0 123 423 47 14
Binary 100001 10011 101011 10111 111000 0 1010011 100010011 100111 1100

Color Harmonies of #21132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21132B

Black with #21132B

Text Example


Text Example

White with #21132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21132B; }

 p { color: rgb(33,19,43); }

 H1.HeaderClassName
 {
   color: #21132B;
 }
 .AnyTagClassName
 {
   color: #21132B;
 }
</style>

background-color css

<style>
 a { background-color: #21132B; }

 a { background-color: rgb(33,19,43); }

 div.DivClassName
 {
   background-color: #21132B;
 }
 .BgClassName
 {
   background-color: #21132B;
 }
</style>

border-color css

<style>
 span { border-color: #21132B; }

 span { border-color: rgb(33,19,43); }

 td.TdClassName
 {
   border-color: #21132B;
 }
 .TagClassName
 {
   border-color: #21132B;
 }
</style>