Html Css Color HEX #21112C Blackcurrant

📋 copy color: '#21112C'

red 33 ◦ green 17 ◦ blue 44

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

Shades of Blackcurrant #21112C

Tints of Blackcurrant #21112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 44 (17.58% from 255) = 46.81%

R = 35.11%
G = 18.09%
B = 46.81%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21112C (or 0x21112C) is known color: Blackcurrant. HEX triplet: 21, 11 and 2C. RGB value is (33,17,44). Sum of RGB (Red+Green+Blue) = 33+17+44=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #21112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21112C is #DEEED3. Grayscale: #181818. Windows color (decimal): -14610132 or 2887969. OLE color: 2887969.

HSL color Cylindrical-coordinate representation of color #21112C: hue angle of 275.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21112C is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 17 44 -
CMYK 0.25 0.61 0 0.83
HSL 275.56º 0.44% 0.12% -
HSV(B) 275.56º 0.61% 0.17% -
XYZ 1.28 0.91 2.49 -
YUV 24.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 33 17 44 0.25 0.61 0 0.83 275.56 0.44 0.12
Hex 21 11 2C 19 3D 0 53 114 2C C
Octal 41 21 54 31 75 0 123 424 54 14
Binary 100001 10001 101100 11001 111101 0 1010011 100010100 101100 1100

Color Harmonies of #21112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21112C

Black with #21112C

Text Example


Text Example

White with #21112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21112C; }

 p { color: rgb(33,17,44); }

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

background-color css

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

 a { background-color: rgb(33,17,44); }

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

border-color css

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

 span { border-color: rgb(33,17,44); }

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