#0D0833

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

Shades of Black Russian #0D0833

Tints of Black Russian #0D0833

Color information

#0D0833 (or 0x0D0833) is unknown color: approx Black Russian. HEX triplet: 0D, 08 and 33. RGB value is (13,8,51). Sum of RGB (Red+Green+Blue) = 13+8+51=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D0833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0833 is #F2F7CC. Grayscale: #0E0E0E. Windows color (decimal): -15923149 or 3344397. OLE color: 3344397.

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

Color convert

RGB13851-
CMYK0.750.8400.8
HSL246.98º72.88%11.57%-
HSV(B)246.98º84.31%20%-
XYZ0.850.53.18-
YUV14.4148.66127-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=18.06%
G=11.11%
B=70.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal138510.750.8400.8246.9872.8811.57
HexD8334B54050f749c
Octal151063113124012036711114
Binary1101100011001110010111010100010100001111011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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