Html Css Color HEX #0F0401 Black

📋 copy color: '#0F0401'

red 15 ◦ green 4 ◦ blue 1

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

Shades of Black #0F0401

Tints of Black #0F0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 20%

 BLUE value IS 1 (0.78% from 255) = 5%

R = 75%
G = 20%
B = 5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#0F0401 (or 0x0F0401) is known color: Black. HEX triplet: 0F, 04 and 01. RGB value is (15,4,1). Sum of RGB (Red+Green+Blue) = 15+4+1=20 (2% of max value = 765). Red value is 15 (6.25% from 255 or 75% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0401 is #F0FBFE. Grayscale: #060606. Windows color (decimal): -15793151 or 66575. OLE color: 66575.

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

Color convert

RGB 15 4 1 -
CMYK 0 0.73 0.93 0.94
HSL 12.86º 0.88% 0.03% -
HSV(B) 12.86º 0.93% 0.06% -
XYZ 0.25 0.19 0.05 -
YUV 6.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 15 4 1 0 0.73 0.93 0.94 12.86 0.88 0.03
Hex F 4 1 0 49 5D 5E D 58 3
Octal 17 4 1 0 111 135 136 15 130 3
Binary 1111 100 1 0 1001001 1011101 1011110 1101 1011000 11

Color Harmonies of #0F0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0401

Black with #0F0401

Text Example


Text Example

White with #0F0401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,1); }

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

background-color css

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

 a { background-color: rgb(15,4,1); }

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

border-color css

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

 span { border-color: rgb(15,4,1); }

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