Html Css Color HEX #221D24 Blackcurrant

📋 copy color: '#221D24'

red 34 ◦ green 29 ◦ blue 36

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

Shades of Blackcurrant #221D24

Tints of Blackcurrant #221D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.29%

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

R = 34.34%
G = 29.29%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#221D24 (or 0x221D24) is known color: Blackcurrant. HEX triplet: 22, 1D and 24. RGB value is (34,29,36). Sum of RGB (Red+Green+Blue) = 34+29+36=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #221D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D24 is #DDE2DB. Grayscale: #1F1F1F. Windows color (decimal): -14541532 or 2366754. OLE color: 2366754.

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

Color convert

RGB 34 29 36 -
CMYK 0.06 0.19 0 0.86
HSL 282.86º 0.11% 0.13% -
HSV(B) 282.86º 0.19% 0.14% -
XYZ 1.42 1.35 1.85 -
YUV 31.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 34 29 36 0.06 0.19 0 0.86 282.86 0.11 0.13
Hex 22 1D 24 6 13 0 56 11B B D
Octal 42 35 44 6 23 0 126 433 13 15
Binary 100010 11101 100100 110 10011 0 1010110 100011011 1011 1101

Color Harmonies of #221D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D24

Black with #221D24

Text Example


Text Example

White with #221D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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