Html Css Color HEX #211424 Blackcurrant

📋 copy color: '#211424'

red 33 ◦ green 20 ◦ blue 36

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

Shades of Blackcurrant #211424

Tints of Blackcurrant #211424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

 BLUE value IS 36 (14.45% from 255) = 40.45%

R = 37.08%
G = 22.47%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211424 (or 0x211424) is known color: Blackcurrant. HEX triplet: 21, 14 and 24. RGB value is (33,20,36). Sum of RGB (Red+Green+Blue) = 33+20+36=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #211424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211424 is #DEEBDB. Grayscale: #191919. Windows color (decimal): -14609372 or 2364449. OLE color: 2364449.

HSL color Cylindrical-coordinate representation of color #211424: hue angle of 288.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #211424 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 20 36 -
CMYK 0.08 0.44 0 0.86
HSL 288.75º 0.29% 0.11% -
HSV(B) 288.75º 0.44% 0.14% -
XYZ 1.2 0.95 1.79 -
YUV 25.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 33 20 36 0.08 0.44 0 0.86 288.75 0.29 0.11
Hex 21 14 24 8 2C 0 56 121 1D B
Octal 41 24 44 10 54 0 126 441 35 13
Binary 100001 10100 100100 1000 101100 0 1010110 100100001 11101 1011

Color Harmonies of #211424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211424

Black with #211424

Text Example


Text Example

White with #211424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211424; }

 p { color: rgb(33,20,36); }

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

background-color css

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

 a { background-color: rgb(33,20,36); }

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

border-color css

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

 span { border-color: rgb(33,20,36); }

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