#0D0734

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

Shades of Black Russian #0D0734

Tints of Black Russian #0D0734

Color information

#0D0734 (or 0x0D0734) is unknown color: approx Black Russian. HEX triplet: 0D, 07 and 34. RGB value is (13,7,52). Sum of RGB (Red+Green+Blue) = 13+7+52=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D0734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0734 is #F2F8CB. Grayscale: #0D0D0D. Windows color (decimal): -15923404 or 3409677. OLE color: 3409677.

HSL color Cylindrical-coordinate representation of color #0D0734: hue angle of 248º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0734 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB13752-
CMYK0.750.8700.80
HSL248º76.27%11.57%-
HSV(B)248º86.54%20.39%-
XYZ0.860.493.3-
YUV13.92149.49127.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 52 (20.70% from 255) = 72.22%
R=18.06%
G=9.72%
B=72.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal137520.750.8700.8024876.2711.57
HexD7344B57050f84cc
Octal15764113127012037011414
Binary110111111010010010111010111010100001111100010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,7,52); }

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

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

 a { background-color: rgb(13,7,52); }

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

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

 span { border-color: rgb(13,7,52); }

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