#06050D

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

Shades of Black Russian #06050D

Tints of Black Russian #06050D

Color information

#06050D (or 0x06050D) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 0D. RGB value is (6,5,13). Sum of RGB (Red+Green+Blue) = 6+5+13=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #06050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050D is #F9FAF2. Grayscale: #060606. Windows color (decimal): -16382707 or 853254. OLE color: 853254.

HSL color Cylindrical-coordinate representation of color #06050D: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06050D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6513-
CMYK0.540.6200.95
HSL247.5º44.44%3.53%-
HSV(B)247.5º61.54%5.1%-
XYZ0.20.180.4-
YUV6.21131.83127.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=25%
G=20.83%
B=54.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal65130.540.6200.95247.544.443.53
Hex65D363E05Ff82c4
Octal651566760137370544
Binary11010111011101101111100101111111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06050D; }

 p { color: rgb(6,5,13); }

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

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

 a { background-color: rgb(6,5,13); }

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

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

 span { border-color: rgb(6,5,13); }

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