#0F102C

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

Shades of Black Russian #0F102C

Tints of Black Russian #0F102C

Color information

#0F102C (or 0x0F102C) is unknown color: approx Black Russian. HEX triplet: 0F, 10 and 2C. RGB value is (15,16,44). Sum of RGB (Red+Green+Blue) = 15+16+44=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F102C is #F0EFD3. Grayscale: #121212. Windows color (decimal): -15790036 or 2887695. OLE color: 2887695.

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

Color convert

RGB151644-
CMYK0.660.6400.83
HSL237.93º49.15%11.57%-
HSV(B)237.93º65.91%17.25%-
XYZ0.840.652.46-
YUV18.89142.17125.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=20%
G=21.33%
B=58.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1516440.660.6400.83237.9349.1511.57
HexF102C4240053ee31c
Octal17205410210001233566114
Binary1111100001011001000010100000001010011111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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