#0F0C28

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

Shades of Black Russian #0F0C28

Tints of Black Russian #0F0C28

Color information

#0F0C28 (or 0x0F0C28) is unknown color: approx Black Russian. HEX triplet: 0F, 0C and 28. RGB value is (15,12,40). Sum of RGB (Red+Green+Blue) = 15+12+40=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C28 is #F0F3D7. Grayscale: #0F0F0F. Windows color (decimal): -15791064 or 2624527. OLE color: 2624527.

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

Color convert

RGB151240-
CMYK0.620.7000.84
HSL246.43º53.85%10.2%-
HSV(B)246.43º70%15.69%-
XYZ0.710.522.07-
YUV16.09141.49127.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 40 (16.02% from 255) = 59.70%
R=22.39%
G=17.91%
B=59.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1512400.620.7000.84246.4353.8510.2
HexFC283E46054f636a
Octal1714507610601243666612
Binary11111100101000111110100011001010100111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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