#0F0C2B

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

Shades of Black Russian #0F0C2B

Tints of Black Russian #0F0C2B

Color information

#0F0C2B (or 0x0F0C2B) is unknown color: approx Black Russian. HEX triplet: 0F, 0C and 2B. RGB value is (15,12,43). Sum of RGB (Red+Green+Blue) = 15+12+43=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F0C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C2B is #F0F3D4. Grayscale: #101010. Windows color (decimal): -15791061 or 2821135. OLE color: 2821135.

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

Color convert

RGB151243-
CMYK0.650.7200.83
HSL245.81º56.36%10.78%-
HSV(B)245.81º72.09%16.86%-
XYZ0.760.542.35-
YUV16.43142.99126.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 43 (17.19% from 255) = 61.43%
R=21.43%
G=17.14%
B=61.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1512430.650.7200.83245.8156.3610.78
HexFC2B4148053f638b
Octal17145310111001233667013
Binary111111001010111000001100100001010011111101101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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