Html Css Color HEX #221E24 Blackcurrant

📋 copy color: '#221E24'

red 34 ◦ green 30 ◦ blue 36

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

Shades of Blackcurrant #221E24

Tints of Blackcurrant #221E24

RGB

 RED value IS 34 (13.67% from 255) = 34%

 GREEN value IS 30 (12.11% from 255) = 30%

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

R = 34%
G = 30%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221E24 (or 0x221E24) is known color: Blackcurrant. HEX triplet: 22, 1E and 24. RGB value is (34,30,36). Sum of RGB (Red+Green+Blue) = 34+30+36=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 36 - color contains mainly: blue. Hex color #221E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E24 is #DDE1DB. Grayscale: #1F1F1F. Windows color (decimal): -14541276 or 2367010. OLE color: 2367010.

HSL color Cylindrical-coordinate representation of color #221E24: hue angle of 280º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #221E24 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 30 36 -
CMYK 0.06 0.17 0 0.86
HSL 280º 0.09% 0.13% -
HSV(B) 280º 0.17% 0.14% -
XYZ 1.44 1.4 1.86 -
YUV 31.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 34 30 36 0.06 0.17 0 0.86 280 0.09 0.13
Hex 22 1E 24 6 11 0 56 118 9 D
Octal 42 36 44 6 21 0 126 430 11 15
Binary 100010 11110 100100 110 10001 0 1010110 100011000 1001 1101

Color Harmonies of #221E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E24

Black with #221E24

Text Example


Text Example

White with #221E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221E24; }

 p { color: rgb(34,30,36); }

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

background-color css

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

 a { background-color: rgb(34,30,36); }

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

border-color css

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

 span { border-color: rgb(34,30,36); }

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