#0F152D

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

Shades of Black Russian #0F152D

Tints of Black Russian #0F152D

Color information

#0F152D (or 0x0F152D) is unknown color: approx Black Russian. HEX triplet: 0F, 15 and 2D. RGB value is (15,21,45). Sum of RGB (Red+Green+Blue) = 15+21+45=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152D is #F0EAD2. Grayscale: #151515. Windows color (decimal): -15788755 or 2954511. OLE color: 2954511.

HSL color Cylindrical-coordinate representation of color #0F152D: hue angle of 228º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F152D is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152145-
CMYK0.670.5300.82
HSL228º50%11.76%-
HSV(B)228º66.67%17.65%-
XYZ0.940.832.59-
YUV21.94141.01123.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=18.52%
G=25.93%
B=55.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1521450.670.5300.822285011.76
HexF152D4335052e432c
Octal1725551036501223446214
Binary111110101101101100001111010101010010111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,45); }

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

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

 a { background-color: rgb(15,21,45); }

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

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

 span { border-color: rgb(15,21,45); }

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