#0F0302

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

Shades of Black #0F0302

Tints of Black #0F0302

Color information

#0F0302 (or 0x0F0302) is unknown color: approx Black. HEX triplet: 0F, 03 and 02. RGB value is (15,3,2). Sum of RGB (Red+Green+Blue) = 15+3+2=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0302 is #F0FCFD. Grayscale: #060606. Windows color (decimal): -15793406 or 131855. OLE color: 131855.

HSL color Cylindrical-coordinate representation of color #0F0302: hue angle of 4.62º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0302 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB1532-
CMYK00.800.870.94
HSL4.62º76.47%3.33%-
HSV(B)4.62º86.67%5.88%-
XYZ0.240.170.08-
YUV6.47125.48134.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 2 (1.17% from 255) = 10%
R=75%
G=15%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal153200.800.870.944.6276.473.33
HexF32050575E54c3
Octal1732012012713651143
Binary111111100101000010101111011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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