#0F132D

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

Shades of Black Russian #0F132D

Tints of Black Russian #0F132D

Color information

#0F132D (or 0x0F132D) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 2D. RGB value is (15,19,45). Sum of RGB (Red+Green+Blue) = 15+19+45=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F132D is #F0ECD2. Grayscale: #141414. Windows color (decimal): -15789267 or 2953999. OLE color: 2953999.

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

Color convert

RGB151945-
CMYK0.670.5800.82
HSL232º50%11.76%-
HSV(B)232º66.67%17.65%-
XYZ0.90.762.58-
YUV20.77141.67123.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=18.99%
G=24.05%
B=56.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1519450.670.5800.822325011.76
HexF132D433A052e832c
Octal1723551037201223506214
Binary111110011101101100001111101001010010111010001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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