Html Css Color HEX #211024 Blackcurrant

📋 copy color: '#211024'

red 33 ◦ green 16 ◦ blue 36

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

Shades of Blackcurrant #211024

Tints of Blackcurrant #211024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 38.82%
G = 18.82%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211024 (or 0x211024) is known color: Blackcurrant. HEX triplet: 21, 10 and 24. RGB value is (33,16,36). Sum of RGB (Red+Green+Blue) = 33+16+36=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #211024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211024 is #DEEFDB. Grayscale: #171717. Windows color (decimal): -14610396 or 2363425. OLE color: 2363425.

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

Color convert

RGB 33 16 36 -
CMYK 0.08 0.56 0 0.86
HSL 291º 0.38% 0.1% -
HSV(B) 291º 0.56% 0.14% -
XYZ 1.13 0.82 1.77 -
YUV 23.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 33 16 36 0.08 0.56 0 0.86 291 0.38 0.1
Hex 21 10 24 8 38 0 56 123 26 A
Octal 41 20 44 10 70 0 126 443 46 12
Binary 100001 10000 100100 1000 111000 0 1010110 100100011 100110 1010

Color Harmonies of #211024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211024

Black with #211024

Text Example


Text Example

White with #211024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211024; }

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

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

background-color css

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

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

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

border-color css

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

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

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