Html Css Color HEX #0F0806 Black

📋 copy color: '#0F0806'

red 15 ◦ green 8 ◦ blue 6

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

Shades of Black #0F0806

Tints of Black #0F0806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 20.69%

R = 51.72%
G = 27.59%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.94

RGB Variations

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

Color information

#0F0806 (or 0x0F0806) is known color: Black. HEX triplet: 0F, 08 and 06. RGB value is (15,8,6). Sum of RGB (Red+Green+Blue) = 15+8+6=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0806 is #F0F7F9. Grayscale: #090909. Windows color (decimal): -15792122 or 395279. OLE color: 395279.

HSL color Cylindrical-coordinate representation of color #0F0806: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F0806 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 8 6 -
CMYK 0 0.47 0.60 0.94
HSL 13.33º 0.43% 0.04% -
HSV(B) 13.33º 0.6% 0.06% -
XYZ 0.32 0.29 0.21 -
YUV 9.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 15 8 6 0 0.47 0.60 0.94 13.33 0.43 0.04
Hex F 8 6 0 2F 3C 5E D 2B 4
Octal 17 10 6 0 57 74 136 15 53 4
Binary 1111 1000 110 0 101111 111100 1011110 1101 101011 100

Color Harmonies of #0F0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0806

Black with #0F0806

Text Example


Text Example

White with #0F0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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