Html Css Color HEX #210F24 Blackcurrant

📋 copy color: '#210F24'

red 33 ◦ green 15 ◦ blue 36

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

Shades of Blackcurrant #210F24

Tints of Blackcurrant #210F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.86%

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

R = 39.29%
G = 17.86%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#210F24 (or 0x210F24) is known color: Blackcurrant. HEX triplet: 21, 0F and 24. RGB value is (33,15,36). Sum of RGB (Red+Green+Blue) = 33+15+36=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #210F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F24 is #DEF0DB. Grayscale: #161616. Windows color (decimal): -14610652 or 2363169. OLE color: 2363169.

HSL color Cylindrical-coordinate representation of color #210F24: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210F24 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 15 36 -
CMYK 0.08 0.58 0 0.86
HSL 291.43º 0.41% 0.1% -
HSV(B) 291.43º 0.58% 0.14% -
XYZ 1.12 0.79 1.76 -
YUV 22.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 33 15 36 0.08 0.58 0 0.86 291.43 0.41 0.1
Hex 21 F 24 8 3A 0 56 123 29 A
Octal 41 17 44 10 72 0 126 443 51 12
Binary 100001 1111 100100 1000 111010 0 1010110 100100011 101001 1010

Color Harmonies of #210F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F24

Black with #210F24

Text Example


Text Example

White with #210F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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