Html Css Color HEX #0F0706 Black

📋 copy color: '#0F0706'

red 15 ◦ green 7 ◦ blue 6

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

Shades of Black #0F0706

Tints of Black #0F0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 25%

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

R = 53.57%
G = 25%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.94

RGB Variations

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

Color information

#0F0706 (or 0x0F0706) is known color: Black. HEX triplet: 0F, 07 and 06. RGB value is (15,7,6). Sum of RGB (Red+Green+Blue) = 15+7+6=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0706 is #F0F8F9. Grayscale: #090909. Windows color (decimal): -15792378 or 395023. OLE color: 395023.

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

Color convert

RGB 15 7 6 -
CMYK 0 0.53 0.60 0.94
HSL 6.67º 0.43% 0.04% -
HSV(B) 6.67º 0.6% 0.06% -
XYZ 0.31 0.27 0.21 -
YUV 9.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 15 7 6 0 0.53 0.60 0.94 6.67 0.43 0.04
Hex F 7 6 0 35 3C 5E 7 2B 4
Octal 17 7 6 0 65 74 136 7 53 4
Binary 1111 111 110 0 110101 111100 1011110 111 101011 100

Color Harmonies of #0F0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0706

Black with #0F0706

Text Example


Text Example

White with #0F0706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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