Html Css Color HEX #0F0301 Black

📋 copy color: '#0F0301'

red 15 ◦ green 3 ◦ blue 1

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

Shades of Black #0F0301

Tints of Black #0F0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 15.79%

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

R = 78.95%
G = 15.79%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#0F0301 (or 0x0F0301) is known color: Black. HEX triplet: 0F, 03 and 01. RGB value is (15,3,1). Sum of RGB (Red+Green+Blue) = 15+3+1=19 (2% of max value = 765). Red value is 15 (6.25% from 255 or 78.95% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0301 is #F0FCFE. Grayscale: #060606. Windows color (decimal): -15793407 or 66319. OLE color: 66319.

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

Color convert

RGB 15 3 1 -
CMYK 0 0.80 0.93 0.94
HSL 8.57º 0.88% 0.03% -
HSV(B) 8.57º 0.93% 0.06% -
XYZ 0.24 0.17 0.05 -
YUV 6.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 15 3 1 0 0.80 0.93 0.94 8.57 0.88 0.03
Hex F 3 1 0 50 5D 5E 9 58 3
Octal 17 3 1 0 120 135 136 11 130 3
Binary 1111 11 1 0 1010000 1011101 1011110 1001 1011000 11

Color Harmonies of #0F0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0301

Black with #0F0301

Text Example


Text Example

White with #0F0301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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