#080227

Color #080227 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080227

Tints of Black Russian #080227

Color information

#080227 (or 0x080227) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 27. RGB value is (8,2,39). Sum of RGB (Red+Green+Blue) = 8+2+39=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 39 (15.62% from 255 or 79.59% from 49); Max value from RGB is 39 - color contains mainly: blue. Hex color #080227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080227 is #F7FDD8. Grayscale: #070707. Windows color (decimal): -16252377 or 2556424. OLE color: 2556424.

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

Color convert

RGB8239-
CMYK0.790.9500.85
HSL249.73º90.24%8.04%-
HSV(B)249.73º94.87%15.29%-
XYZ0.490.241.94-
YUV8.01145.49127.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 39 (15.62% from 255) = 79.59%
R=16.33%
G=4.08%
B=79.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal82390.790.9500.85249.7390.248.04
Hex82274F5F055fa5a8
Octal10247117137012537213210
Binary10001010011110011111011111010101011111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080227; }

 p { color: rgb(8,2,39); }

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

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

 a { background-color: rgb(8,2,39); }

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

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

 span { border-color: rgb(8,2,39); }

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