#0F102B

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

Shades of Black Russian #0F102B

Tints of Black Russian #0F102B

Color information

#0F102B (or 0x0F102B) is unknown color: approx Black Russian. HEX triplet: 0F, 10 and 2B. RGB value is (15,16,43). Sum of RGB (Red+Green+Blue) = 15+16+43=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F102B is #F0EFD4. Grayscale: #121212. Windows color (decimal): -15790037 or 2822159. OLE color: 2822159.

HSL color Cylindrical-coordinate representation of color #0F102B: hue angle of 237.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F102B is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB151643-
CMYK0.650.6300.83
HSL237.86º48.28%11.37%-
HSV(B)237.86º65.12%16.86%-
XYZ0.820.652.37-
YUV18.78141.67125.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 43 (17.19% from 255) = 58.11%
R=20.27%
G=21.62%
B=58.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1516430.650.6300.83237.8648.2811.37
HexF102B413F053ee30b
Octal1720531017701233566013
Binary111110000101011100000111111101010011111011101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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