#080231

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

Shades of Black Russian #080231

Tints of Black Russian #080231

Color information

#080231 (or 0x080231) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 31. RGB value is (8,2,49). Sum of RGB (Red+Green+Blue) = 8+2+49=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #080231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080231 is #F7FDCE. Grayscale: #080808. Windows color (decimal): -16252367 or 3211784. OLE color: 3211784.

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

Color convert

RGB8249-
CMYK0.840.9600.81
HSL247.66º92.16%10%-
HSV(B)247.66º95.92%19.22%-
XYZ0.680.322.93-
YUV9.15150.49127.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 49 (19.53% from 255) = 83.05%
R=13.56%
G=3.39%
B=83.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal82490.840.9600.81247.6692.1610
Hex82315460051f85ca
Octal10261124140012137013412
Binary10001011000110101001100000010100011111100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080231; }

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

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

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

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

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

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

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

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