#0F102F

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

Shades of Black Russian #0F102F

Tints of Black Russian #0F102F

Color information

#0F102F (or 0x0F102F) is unknown color: approx Black Russian. HEX triplet: 0F, 10 and 2F. RGB value is (15,16,47). Sum of RGB (Red+Green+Blue) = 15+16+47=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F102F is #F0EFD0. Grayscale: #131313. Windows color (decimal): -15790033 or 3084303. OLE color: 3084303.

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

Color convert

RGB151647-
CMYK0.680.6600.82
HSL238.12º51.61%12.16%-
HSV(B)238.12º68.09%18.43%-
XYZ0.90.682.77-
YUV19.24143.67124.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 47 (18.75% from 255) = 60.26%
R=19.23%
G=20.51%
B=60.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1516470.680.6600.82238.1251.6112.16
HexF102F4442052ee34c
Octal17205710410201223566414
Binary1111100001011111000100100001001010010111011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,47); }

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

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

 a { background-color: rgb(15,16,47); }

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

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

 span { border-color: rgb(15,16,47); }

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