#0F152C

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

Shades of Black Russian #0F152C

Tints of Black Russian #0F152C

Color information

#0F152C (or 0x0F152C) is unknown color: approx Black Russian. HEX triplet: 0F, 15 and 2C. RGB value is (15,21,44). Sum of RGB (Red+Green+Blue) = 15+21+44=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F152C is #F0EAD3. Grayscale: #151515. Windows color (decimal): -15788756 or 2888975. OLE color: 2888975.

HSL color Cylindrical-coordinate representation of color #0F152C: hue angle of 227.59º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F152C is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB152144-
CMYK0.660.5200.83
HSL227.59º49.15%11.57%-
HSV(B)227.59º65.91%17.25%-
XYZ0.920.822.49-
YUV21.83140.51123.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 44 (17.58% from 255) = 55%
R=18.75%
G=26.25%
B=55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1521440.660.5200.83227.5949.1511.57
HexF152C4234053e431c
Octal1725541026401233446114
Binary111110101101100100001011010001010011111001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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