#0F0902

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

Shades of Black #0F0902

Tints of Black #0F0902

Color information

#0F0902 (or 0x0F0902) is unknown color: approx Black. HEX triplet: 0F, 09 and 02. RGB value is (15,9,2). Sum of RGB (Red+Green+Blue) = 15+9+2=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0902 is #F0F6FD. Grayscale: #0A0A0A. Windows color (decimal): -15791870 or 133391. OLE color: 133391.

HSL color Cylindrical-coordinate representation of color #0F0902: hue angle of 32.31º 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 #0F0902 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB1592-
CMYK00.400.870.94
HSL32.31º76.47%3.33%-
HSV(B)32.31º86.67%5.88%-
XYZ0.310.30.1-
YUV10123.49131.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=57.69%
G=34.62%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal159200.400.870.9432.3176.473.33
HexF92028575E204c3
Octal17112050127136401143
Binary1111100110010100010101111011110100000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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