#0F0803

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

Shades of Black #0F0803

Tints of Black #0F0803

Color information

#0F0803 (or 0x0F0803) is unknown color: approx Black. HEX triplet: 0F, 08 and 03. RGB value is (15,8,3). Sum of RGB (Red+Green+Blue) = 15+8+3=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0803 is #F0F7FC. Grayscale: #090909. Windows color (decimal): -15792125 or 198671. OLE color: 198671.

HSL color Cylindrical-coordinate representation of color #0F0803: hue angle of 25º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F0803 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB1583-
CMYK00.470.800.94
HSL25º66.67%3.53%-
HSV(B)25º80%5.88%-
XYZ0.30.280.12-
YUV9.52124.32131.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=57.69%
G=30.77%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal158300.470.800.942566.673.53
HexF8302F505E19434
Octal17103057120136311034
Binary1111100011010111110100001011110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,3); }

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

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

 a { background-color: rgb(15,8,3); }

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

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

 span { border-color: rgb(15,8,3); }

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