#0F1130

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

Shades of Black Russian #0F1130

Tints of Black Russian #0F1130

Color information

#0F1130 (or 0x0F1130) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 30. RGB value is (15,17,48). Sum of RGB (Red+Green+Blue) = 15+17+48=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1130 is #F0EECF. Grayscale: #131313. Windows color (decimal): -15789776 or 3150095. OLE color: 3150095.

HSL color Cylindrical-coordinate representation of color #0F1130: hue angle of 236.36º 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 #0F1130 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB151748-
CMYK0.690.6500.81
HSL236.36º52.38%12.35%-
HSV(B)236.36º68.75%18.82%-
XYZ0.930.722.89-
YUV19.94143.84124.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 48 (19.14% from 255) = 60%
R=18.75%
G=21.25%
B=60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1517480.690.6500.81236.3652.3812.35
HexF11304541051ec34c
Octal17216010510101213546414
Binary1111100011100001000101100000101010001111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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