#0F122D

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

Shades of Black Russian #0F122D

Tints of Black Russian #0F122D

Color information

#0F122D (or 0x0F122D) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 2D. RGB value is (15,18,45). Sum of RGB (Red+Green+Blue) = 15+18+45=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F122D is #F0EDD2. Grayscale: #141414. Windows color (decimal): -15789523 or 2953743. OLE color: 2953743.

HSL color Cylindrical-coordinate representation of color #0F122D: hue angle of 234º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F122D is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB151845-
CMYK0.670.600.82
HSL234º50%11.76%-
HSV(B)234º66.67%17.65%-
XYZ0.890.722.58-
YUV20.18142.01124.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 57.69%
R=19.23%
G=23.08%
B=57.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1518450.670.600.822345011.76
HexF122D433C052ea32c
Octal1722551037401223526214
Binary111110010101101100001111110001010010111010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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