#080E23

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

Shades of Black Russian #080E23

Tints of Black Russian #080E23

Color information

#080E23 (or 0x080E23) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 23. RGB value is (8,14,35). Sum of RGB (Red+Green+Blue) = 8+14+35=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #080E23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E23 is #F7F1DC. Grayscale: #0E0E0E. Windows color (decimal): -16249309 or 2297352. OLE color: 2297352.

HSL color Cylindrical-coordinate representation of color #080E23: hue angle of 226.67º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #080E23 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB81435-
CMYK0.770.6000.86
HSL226.67º62.79%8.43%-
HSV(B)226.67º77.14%13.73%-
XYZ0.560.491.65-
YUV14.6139.51123.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 35 (14.06% from 255) = 61.40%
R=14.04%
G=24.56%
B=61.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal814350.770.6000.86226.6762.798.43
Hex8E234D3C056e33f8
Octal1016431157401263437710
Binary10001110100011100110111110001010110111000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E23; }

 p { color: rgb(8,14,35); }

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

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

 a { background-color: rgb(8,14,35); }

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

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

 span { border-color: rgb(8,14,35); }

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