#080C1C

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

Shades of Black Russian #080C1C

Tints of Black Russian #080C1C

Color information

#080C1C (or 0x080C1C) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 1C. RGB value is (8,12,28). Sum of RGB (Red+Green+Blue) = 8+12+28=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #080C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1C is #F7F3E3. Grayscale: #0C0C0C. Windows color (decimal): -16249828 or 1838088. OLE color: 1838088.

HSL color Cylindrical-coordinate representation of color #080C1C: hue angle of 228º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080C1C is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB81228-
CMYK0.710.5700.89
HSL228º55.56%7.06%-
HSV(B)228º71.43%10.98%-
XYZ0.440.41.15-
YUV12.63136.67124.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=16.67%
G=25%
B=58.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal812280.710.5700.8922855.567.06
Hex8C1C4739059e4387
Octal101434107710131344707
Binary100011001110010001111110010101100111100100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,12,28); }

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

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

 a { background-color: rgb(8,12,28); }

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

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

 span { border-color: rgb(8,12,28); }

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