Html Css Color HEX #221827 Blackcurrant

📋 copy color: '#221827'

red 34 ◦ green 24 ◦ blue 39

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

Shades of Blackcurrant #221827

Tints of Blackcurrant #221827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

 BLUE value IS 39 (15.63% from 255) = 40.21%

R = 35.05%
G = 24.74%
B = 40.21%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221827 (or 0x221827) is known color: Blackcurrant. HEX triplet: 22, 18 and 27. RGB value is (34,24,39). Sum of RGB (Red+Green+Blue) = 34+24+39=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: blue. Hex color #221827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221827 is #DDE7D8. Grayscale: #1C1C1C. Windows color (decimal): -14542809 or 2562082. OLE color: 2562082.

HSL color Cylindrical-coordinate representation of color #221827: hue angle of 280º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221827 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 24 39 -
CMYK 0.13 0.38 0 0.85
HSL 280º 0.24% 0.12% -
HSV(B) 280º 0.38% 0.15% -
XYZ 1.35 1.14 2.07 -
YUV 28.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 34 24 39 0.13 0.38 0 0.85 280 0.24 0.12
Hex 22 18 27 D 26 0 55 118 18 C
Octal 42 30 47 15 46 0 125 430 30 14
Binary 100010 11000 100111 1101 100110 0 1010101 100011000 11000 1100

Color Harmonies of #221827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221827

Black with #221827

Text Example


Text Example

White with #221827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221827; }

 p { color: rgb(34,24,39); }

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

background-color css

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

 a { background-color: rgb(34,24,39); }

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

border-color css

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

 span { border-color: rgb(34,24,39); }

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