#0F0F2F

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

Shades of Black Russian #0F0F2F

Tints of Black Russian #0F0F2F

Color information

#0F0F2F (or 0x0F0F2F) is unknown color: approx Black Russian. HEX triplet: 0F, 0F and 2F. RGB value is (15,15,47). Sum of RGB (Red+Green+Blue) = 15+15+47=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F0F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F2F is #F0F0D0. Grayscale: #121212. Windows color (decimal): -15790289 or 3084047. OLE color: 3084047.

HSL color Cylindrical-coordinate representation of color #0F0F2F: hue angle of 240º 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 #0F0F2F is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB151547-
CMYK0.680.6800.82
HSL240º51.61%12.16%-
HSV(B)240º68.09%18.43%-
XYZ0.880.652.77-
YUV18.65144125.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.48%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=19.48%
G=19.48%
B=61.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1515470.680.6800.8224051.6112.16
HexFF2F4444052f034c
Octal17175710410401223606414
Binary111111111011111000100100010001010010111100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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