Html Css Color HEX #220027 Blackcurrant

📋 copy color: '#220027'

red 34 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #220027

Tints of Blackcurrant #220027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.58%
G = 0%
B = 53.42%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#220027 (or 0x220027) is known color: Blackcurrant. HEX triplet: 22, 00 and 27. RGB value is (34,0,39). Sum of RGB (Red+Green+Blue) = 34+0+39=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #220027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220027 is #DDFFD8. Grayscale: #0E0E0E. Windows color (decimal): -14548953 or 2555938. OLE color: 2555938.

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

Color convert

RGB 34 0 39 -
CMYK 0.13 1 0 0.85
HSL 292.31º 1% 0.08% -
HSV(B) 292.31º 1% 0.15% -
XYZ 1.03 0.49 1.96 -
YUV 14.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 34 0 39 0.13 1 0 0.85 292.31 1 0.08
Hex 22 0 27 D 64 0 55 124 64 8
Octal 42 0 47 15 144 0 125 444 144 10
Binary 100010 0 100111 1101 1100100 0 1010101 100100100 1100100 1000

Color Harmonies of #220027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220027

Black with #220027

Text Example


Text Example

White with #220027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220027; }

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

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

background-color css

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

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

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

border-color css

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

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

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