Html Css Color HEX #0F0500 Black

📋 copy color: '#0F0500'

red 15 ◦ green 5 ◦ blue 0

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

Shades of Black #0F0500

Tints of Black #0F0500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0F0500 (or 0x0F0500) is known color: Black. HEX triplet: 0F, 05 and 00. RGB value is (15,5,0). Sum of RGB (Red+Green+Blue) = 15+5+0=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0500 is #F0FAFF. Grayscale: #070707. Windows color (decimal): -15792896 or 1295. OLE color: 1295.

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

Color convert

RGB 15 5 0 -
CMYK 0 0.67 1 0.94
HSL 20º 1% 0.03% -
HSV(B) 20º 1% 0.06% -
XYZ 0.25 0.21 0.03 -
YUV 7.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 15 5 0 0 0.67 1 0.94 20 1 0.03
Hex F 5 0 0 43 64 5E 14 64 3
Octal 17 5 0 0 103 144 136 24 144 3
Binary 1111 101 0 0 1000011 1100100 1011110 10100 1100100 11

Color Harmonies of #0F0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0500

Black with #0F0500

Text Example


Text Example

White with #0F0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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