Html Css Color HEX #221129 Blackcurrant

📋 copy color: '#221129'

red 34 ◦ green 17 ◦ blue 41

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

Shades of Blackcurrant #221129

Tints of Blackcurrant #221129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 41 (16.41% from 255) = 44.57%

R = 36.96%
G = 18.48%
B = 44.57%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#221129 (or 0x221129) is known color: Blackcurrant. HEX triplet: 22, 11 and 29. RGB value is (34,17,41). Sum of RGB (Red+Green+Blue) = 34+17+41=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #221129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221129 is #DDEED6. Grayscale: #181818. Windows color (decimal): -14544599 or 2691362. OLE color: 2691362.

HSL color Cylindrical-coordinate representation of color #221129: hue angle of 282.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #221129 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 17 41 -
CMYK 0.17 0.59 0 0.84
HSL 282.5º 0.41% 0.11% -
HSV(B) 282.5º 0.59% 0.16% -
XYZ 1.26 0.9 2.21 -
YUV 24.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 34 17 41 0.17 0.59 0 0.84 282.5 0.41 0.11
Hex 22 11 29 11 3B 0 54 11A 29 B
Octal 42 21 51 21 73 0 124 432 51 13
Binary 100010 10001 101001 10001 111011 0 1010100 100011010 101001 1011

Color Harmonies of #221129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221129

Black with #221129

Text Example


Text Example

White with #221129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221129; }

 p { color: rgb(34,17,41); }

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

background-color css

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

 a { background-color: rgb(34,17,41); }

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

border-color css

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

 span { border-color: rgb(34,17,41); }

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