#0F0D35

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

Shades of Black Russian #0F0D35

Tints of Black Russian #0F0D35

Color information

#0F0D35 (or 0x0F0D35) is unknown color: approx Black Russian. HEX triplet: 0F, 0D and 35. RGB value is (15,13,53). Sum of RGB (Red+Green+Blue) = 15+13+53=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D35 is #F0F2CA. Grayscale: #121212. Windows color (decimal): -15790795 or 3476751. OLE color: 3476751.

HSL color Cylindrical-coordinate representation of color #0F0D35: hue angle of 243º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F0D35 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB151353-
CMYK0.720.7500.79
HSL243º60.61%12.94%-
HSV(B)243º75.47%20.78%-
XYZ0.980.653.44-
YUV18.16147.66125.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 53 (21.09% from 255) = 65.43%
R=18.52%
G=16.05%
B=65.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1513530.720.7500.7924360.6112.94
HexFD35484B04Ff33dd
Octal17156511011301173637515
Binary111111011101011001000100101101001111111100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,13,53); }

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

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

 a { background-color: rgb(15,13,53); }

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

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

 span { border-color: rgb(15,13,53); }

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