#0F132B

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

Shades of Black Russian #0F132B

Tints of Black Russian #0F132B

Color information

#0F132B (or 0x0F132B) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 2B. RGB value is (15,19,43). Sum of RGB (Red+Green+Blue) = 15+19+43=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F132B is #F0ECD4. Grayscale: #141414. Windows color (decimal): -15789269 or 2822927. OLE color: 2822927.

HSL color Cylindrical-coordinate representation of color #0F132B: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F132B is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB151943-
CMYK0.650.5600.83
HSL231.43º48.28%11.37%-
HSV(B)231.43º65.12%16.86%-
XYZ0.870.742.38-
YUV20.54140.67124.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.48%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=19.48%
G=24.68%
B=55.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1519430.650.5600.83231.4348.2811.37
HexF132B4138053e730b
Octal1723531017001233476013
Binary111110011101011100000111100001010011111001111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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