#080233

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

Shades of Black Russian #080233

Tints of Black Russian #080233

Color information

#080233 (or 0x080233) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 33. RGB value is (8,2,51). Sum of RGB (Red+Green+Blue) = 8+2+51=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 51 (20.31% from 255 or 83.61% from 61); Max value from RGB is 51 - color contains mainly: blue. Hex color #080233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080233 is #F7FDCC. Grayscale: #090909. Windows color (decimal): -16252365 or 3342856. OLE color: 3342856.

HSL color Cylindrical-coordinate representation of color #080233: hue angle of 247.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080233 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB8251-
CMYK0.840.9600.8
HSL247.35º92.45%10.39%-
HSV(B)247.35º96.08%20%-
XYZ0.720.333.16-
YUV9.38151.49127.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 51 (20.31% from 255) = 83.61%
R=13.11%
G=3.28%
B=83.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal82510.840.9600.8247.3592.4510.39
Hex82335460050f75ca
Octal10263124140012036713412
Binary10001011001110101001100000010100001111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080233; }

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

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

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

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

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

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

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

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