Html Css Color HEX #0F0502 Black

📋 copy color: '#0F0502'

red 15 ◦ green 5 ◦ blue 2

#0F0502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #0F0502

Tints of Black #0F0502

RGB

 RED value IS 15 (6.25% from 255) = 68.18%

 GREEN value IS 5 (2.34% from 255) = 22.73%

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 68.18%
G = 22.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#0F0502 (or 0x0F0502) is known color: Black. HEX triplet: 0F, 05 and 02. RGB value is (15,5,2). Sum of RGB (Red+Green+Blue) = 15+5+2=22 (2% of max value = 765). Red value is 15 (6.25% from 255 or 68.18% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0502 is #F0FAFD. Grayscale: #070707. Windows color (decimal): -15792894 or 132367. OLE color: 132367.

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

Color convert

RGB 15 5 2 -
CMYK 0 0.67 0.87 0.94
HSL 13.85º 0.76% 0.03% -
HSV(B) 13.85º 0.87% 0.06% -
XYZ 0.26 0.21 0.09 -
YUV 7.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 15 5 2 0 0.67 0.87 0.94 13.85 0.76 0.03
Hex F 5 2 0 43 57 5E E 4C 3
Octal 17 5 2 0 103 127 136 16 114 3
Binary 1111 101 10 0 1000011 1010111 1011110 1110 1001100 11

Color Harmonies of #0F0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0502

Black with #0F0502

Text Example


Text Example

White with #0F0502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F0502;
 }
 .AnyTagClassName
 {
   color: #0F0502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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