Html Css Color HEX #211324 Blackcurrant

📋 copy color: '#211324'

red 33 ◦ green 19 ◦ blue 36

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

Shades of Blackcurrant #211324

Tints of Blackcurrant #211324

RGB

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

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

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

R = 37.5%
G = 21.59%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211324 (or 0x211324) is known color: Blackcurrant. HEX triplet: 21, 13 and 24. RGB value is (33,19,36). Sum of RGB (Red+Green+Blue) = 33+19+36=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: blue. Hex color #211324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211324 is #DEECDB. Grayscale: #191919. Windows color (decimal): -14609628 or 2364193. OLE color: 2364193.

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

Color convert

RGB 33 19 36 -
CMYK 0.08 0.47 0 0.86
HSL 289.41º 0.31% 0.11% -
HSV(B) 289.41º 0.47% 0.14% -
XYZ 1.18 0.92 1.78 -
YUV 25.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 33 19 36 0.08 0.47 0 0.86 289.41 0.31 0.11
Hex 21 13 24 8 2F 0 56 121 1F B
Octal 41 23 44 10 57 0 126 441 37 13
Binary 100001 10011 100100 1000 101111 0 1010110 100100001 11111 1011

Color Harmonies of #211324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211324

Black with #211324

Text Example


Text Example

White with #211324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211324; }

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

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

background-color css

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

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

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

border-color css

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

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

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