Html Css Color HEX #0F0801 Black

📋 copy color: '#0F0801'

red 15 ◦ green 8 ◦ blue 1

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

Shades of Black #0F0801

Tints of Black #0F0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 33.33%

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

R = 62.5%
G = 33.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#0F0801 (or 0x0F0801) is known color: Black. HEX triplet: 0F, 08 and 01. RGB value is (15,8,1). Sum of RGB (Red+Green+Blue) = 15+8+1=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0801 is #F0F7FE. Grayscale: #090909. Windows color (decimal): -15792127 or 67599. OLE color: 67599.

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

Color convert

RGB 15 8 1 -
CMYK 0 0.47 0.93 0.94
HSL 30º 0.88% 0.03% -
HSV(B) 30º 0.93% 0.06% -
XYZ 0.29 0.28 0.07 -
YUV 9.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 15 8 1 0 0.47 0.93 0.94 30 0.88 0.03
Hex F 8 1 0 2F 5D 5E 1E 58 3
Octal 17 10 1 0 57 135 136 36 130 3
Binary 1111 1000 1 0 101111 1011101 1011110 11110 1011000 11

Color Harmonies of #0F0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0801

Black with #0F0801

Text Example


Text Example

White with #0F0801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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