Html Css Color HEX #21112B Blackcurrant

📋 copy color: '#21112B'

red 33 ◦ green 17 ◦ blue 43

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

Shades of Blackcurrant #21112B

Tints of Blackcurrant #21112B

RGB

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

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

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

R = 35.48%
G = 18.28%
B = 46.24%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21112B (or 0x21112B) is known color: Blackcurrant. HEX triplet: 21, 11 and 2B. RGB value is (33,17,43). Sum of RGB (Red+Green+Blue) = 33+17+43=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #21112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21112B is #DEEED4. Grayscale: #181818. Windows color (decimal): -14610133 or 2822433. OLE color: 2822433.

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

Color convert

RGB 33 17 43 -
CMYK 0.23 0.60 0 0.83
HSL 276.92º 0.43% 0.12% -
HSV(B) 276.92º 0.6% 0.17% -
XYZ 1.26 0.9 2.39 -
YUV 24.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 33 17 43 0.23 0.60 0 0.83 276.92 0.43 0.12
Hex 21 11 2B 17 3C 0 53 115 2B C
Octal 41 21 53 27 74 0 123 425 53 14
Binary 100001 10001 101011 10111 111100 0 1010011 100010101 101011 1100

Color Harmonies of #21112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21112B

Black with #21112B

Text Example


Text Example

White with #21112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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