#0F0A28

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

Shades of Black Russian #0F0A28

Tints of Black Russian #0F0A28

Color information

#0F0A28 (or 0x0F0A28) is unknown color: approx Black Russian. HEX triplet: 0F, 0A and 28. RGB value is (15,10,40). Sum of RGB (Red+Green+Blue) = 15+10+40=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A28 is #F0F5D7. Grayscale: #0E0E0E. Windows color (decimal): -15791576 or 2624015. OLE color: 2624015.

HSL color Cylindrical-coordinate representation of color #0F0A28: hue angle of 250º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F0A28 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB151040-
CMYK0.620.7500.84
HSL250º60%9.8%-
HSV(B)250º75%15.69%-
XYZ0.690.472.06-
YUV14.92142.16128.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1510400.620.7500.84250609.8
HexFA283E4B054fa3ca
Octal1712507611301243727412
Binary11111010101000111110100101101010100111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,10,40); }

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

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

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

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

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

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

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