Html Css Color HEX #0F0800 Black

📋 copy color: '#0F0800'

red 15 ◦ green 8 ◦ blue 0

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

Shades of Black #0F0800

Tints of Black #0F0800

RGB

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

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

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

R = 65.22%
G = 34.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#0F0800 (or 0x0F0800) is known color: Black. HEX triplet: 0F, 08 and 00. RGB value is (15,8,0). Sum of RGB (Red+Green+Blue) = 15+8+0=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0800 is #F0F7FF. Grayscale: #090909. Windows color (decimal): -15792128 or 2063. OLE color: 2063.

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

Color convert

RGB 15 8 0 -
CMYK 0 0.47 1 0.94
HSL 32º 1% 0.03% -
HSV(B) 32º 1% 0.06% -
XYZ 0.28 0.28 0.04 -
YUV 9.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 15 8 0 0 0.47 1 0.94 32 1 0.03
Hex F 8 0 0 2F 64 5E 20 64 3
Octal 17 10 0 0 57 144 136 40 144 3
Binary 1111 1000 0 0 101111 1100100 1011110 100000 1100100 11

Color Harmonies of #0F0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0800

Black with #0F0800

Text Example


Text Example

White with #0F0800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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