#0F142C

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

Shades of Black Russian #0F142C

Tints of Black Russian #0F142C

Color information

#0F142C (or 0x0F142C) is unknown color: approx Black Russian. HEX triplet: 0F, 14 and 2C. RGB value is (15,20,44). Sum of RGB (Red+Green+Blue) = 15+20+44=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F142C is #F0EBD3. Grayscale: #151515. Windows color (decimal): -15789012 or 2888719. OLE color: 2888719.

HSL color Cylindrical-coordinate representation of color #0F142C: hue angle of 229.66º 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 #0F142C is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB152044-
CMYK0.660.5500.83
HSL229.66º49.15%11.57%-
HSV(B)229.66º65.91%17.25%-
XYZ0.90.782.49-
YUV21.24140.84123.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=18.99%
G=25.32%
B=55.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1520440.660.5500.83229.6649.1511.57
HexF142C4237053e631c
Octal1724541026701233466114
Binary111110100101100100001011011101010011111001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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