#080A23

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

Shades of Black Russian #080A23

Tints of Black Russian #080A23

Color information

#080A23 (or 0x080A23) is unknown color: approx Black Russian. HEX triplet: 08, 0A and 23. RGB value is (8,10,35). Sum of RGB (Red+Green+Blue) = 8+10+35=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #080A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A23 is #F7F5DC. Grayscale: #0C0C0C. Windows color (decimal): -16250333 or 2296328. OLE color: 2296328.

HSL color Cylindrical-coordinate representation of color #080A23: hue angle of 235.56º 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 #080A23 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB81035-
CMYK0.770.7100.86
HSL235.56º62.79%8.43%-
HSV(B)235.56º77.14%13.73%-
XYZ0.510.391.64-
YUV12.25140.84124.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=15.09%
G=18.87%
B=66.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal810350.770.7100.86235.5662.798.43
Hex8A234D47056ec3f8
Octal10124311510701263547710
Binary100010101000111001101100011101010110111011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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