Html Css Color HEX #221227 Blackcurrant

📋 copy color: '#221227'

red 34 ◦ green 18 ◦ blue 39

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

Shades of Blackcurrant #221227

Tints of Blackcurrant #221227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 37.36%
G = 19.78%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221227 (or 0x221227) is known color: Blackcurrant. HEX triplet: 22, 12 and 27. RGB value is (34,18,39). Sum of RGB (Red+Green+Blue) = 34+18+39=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #221227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221227 is #DDEDD8. Grayscale: #191919. Windows color (decimal): -14544345 or 2560546. OLE color: 2560546.

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

Color convert

RGB 34 18 39 -
CMYK 0.13 0.54 0 0.85
HSL 285.71º 0.37% 0.11% -
HSV(B) 285.71º 0.54% 0.15% -
XYZ 1.24 0.92 2.03 -
YUV 25.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 34 18 39 0.13 0.54 0 0.85 285.71 0.37 0.11
Hex 22 12 27 D 36 0 55 11E 25 B
Octal 42 22 47 15 66 0 125 436 45 13
Binary 100010 10010 100111 1101 110110 0 1010101 100011110 100101 1011

Color Harmonies of #221227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221227

Black with #221227

Text Example


Text Example

White with #221227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221227; }

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

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

background-color css

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

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

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

border-color css

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

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

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