#220F27

Color #220F27 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #220F27

Tints of Blackcurrant #220F27

Color information

#220F27 (or 0x220F27) is unknown color: approx Blackcurrant. HEX triplet: 22, 0F and 27. RGB value is (34,15,39). Sum of RGB (Red+Green+Blue) = 34+15+39=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #220F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F27 is #DDF0D8. Grayscale: #171717. Windows color (decimal): -14545113 or 2559778. OLE color: 2559778.

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

Color convert

RGB341539-
CMYK0.130.6200.85
HSL287.5º44.44%10.59%-
HSV(B)287.5º61.54%15.29%-
XYZ1.20.832.02-
YUV23.42136.79135.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=38.64%
G=17.05%
B=44.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3415390.130.6200.85287.544.4410.59
Hex22F27D3E0551202cb
Octal421747157601254405413
Binary10001011111001111101111110010101011001000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220F27; }

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

 H1.HeaderClassName
 {
   color: #220F27;
 }
 .AnyTagClassName
 {
   color: #220F27;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #220F27;
 }
 .BgClassName
 {
   background-color: #220F27;
 }
</style>
border-color css

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

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

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