#0D0829

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

Shades of Black Russian #0D0829

Tints of Black Russian #0D0829

Color information

#0D0829 (or 0x0D0829) is unknown color: approx Black Russian. HEX triplet: 0D, 08 and 29. RGB value is (13,8,41). Sum of RGB (Red+Green+Blue) = 13+8+41=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D0829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0829 is #F2F7D6. Grayscale: #0D0D0D. Windows color (decimal): -15923159 or 2689037. OLE color: 2689037.

HSL color Cylindrical-coordinate representation of color #0D0829: hue angle of 249.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D0829 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13841-
CMYK0.680.8000.84
HSL249.09º67.35%9.61%-
HSV(B)249.09º80.49%16.08%-
XYZ0.650.422.14-
YUV13.26143.66127.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=20.97%
G=12.90%
B=66.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal138410.680.8000.84249.0967.359.61
HexD8294450054f943a
Octal151051104120012437110312
Binary1101100010100110001001010000010101001111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0829; }

 p { color: rgb(13,8,41); }

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

<style>
 a { background-color: #0D0829; }

 a { background-color: rgb(13,8,41); }

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

<style>
 span { border-color: #0D0829; }

 span { border-color: rgb(13,8,41); }

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