#0F1230

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

Shades of Black Russian #0F1230

Tints of Black Russian #0F1230

Color information

#0F1230 (or 0x0F1230) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 30. RGB value is (15,18,48). Sum of RGB (Red+Green+Blue) = 15+18+48=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1230 is #F0EDCF. Grayscale: #141414. Windows color (decimal): -15789520 or 3150351. OLE color: 3150351.

HSL color Cylindrical-coordinate representation of color #0F1230: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1230 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB151848-
CMYK0.690.6300.81
HSL234.55º52.38%12.35%-
HSV(B)234.55º68.75%18.82%-
XYZ0.950.752.89-
YUV20.52143.51124.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=18.52%
G=22.22%
B=59.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1518480.690.6300.81234.5552.3812.35
HexF1230453F051eb34c
Octal1722601057701213536414
Binary111110010110000100010111111101010001111010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,48); }

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

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

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

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

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

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

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