#080236

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

Shades of Black Russian #080236

Tints of Black Russian #080236

Color information

#080236 (or 0x080236) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 36. RGB value is (8,2,54). Sum of RGB (Red+Green+Blue) = 8+2+54=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 54 (21.48% from 255 or 84.38% from 64); Max value from RGB is 54 - color contains mainly: blue. Hex color #080236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080236 is #F7FDC9. Grayscale: #090909. Windows color (decimal): -16252362 or 3539464. OLE color: 3539464.

HSL color Cylindrical-coordinate representation of color #080236: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080236 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB8254-
CMYK0.850.9600.79
HSL246.92º92.86%10.98%-
HSV(B)246.92º96.3%21.18%-
XYZ0.790.363.52-
YUV9.72152.99126.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 54 (21.48% from 255) = 84.38%
R=12.5%
G=3.12%
B=84.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal82540.850.9600.79246.9292.8610.98
Hex8236556004Ff75db
Octal10266125140011736713513
Binary10001011011010101011100000010011111111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080236; }

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

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

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

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

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

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

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

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