#08102B

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

Shades of Black Russian #08102B

Tints of Black Russian #08102B

Color information

#08102B (or 0x08102B) is unknown color: approx Black Russian. HEX triplet: 08, 10 and 2B. RGB value is (8,16,43). Sum of RGB (Red+Green+Blue) = 8+16+43=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #08102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08102B is #F7EFD4. Grayscale: #101010. Windows color (decimal): -16248789 or 2822152. OLE color: 2822152.

HSL color Cylindrical-coordinate representation of color #08102B: hue angle of 226.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08102B is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB81643-
CMYK0.810.6300.83
HSL226.29º68.63%10%-
HSV(B)226.29º81.4%16.86%-
XYZ0.720.62.36-
YUV16.69142.85121.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 43 (17.19% from 255) = 64.18%
R=11.94%
G=23.88%
B=64.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal816430.810.6300.83226.2968.6310
Hex8102B513F053e245a
Octal10205312177012334210512
Binary1000100001010111010001111111010100111110001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08102B; }

 p { color: rgb(8,16,43); }

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

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

 a { background-color: rgb(8,16,43); }

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

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

 span { border-color: rgb(8,16,43); }

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