Html Css Color HEX #0F0707 Black

📋 copy color: '#0F0707'

red 15 ◦ green 7 ◦ blue 7

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

Shades of Black #0F0707

Tints of Black #0F0707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 24.14%

R = 51.72%
G = 24.14%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0F0707 (or 0x0F0707) is known color: Black. HEX triplet: 0F, 07 and 07. RGB value is (15,7,7). Sum of RGB (Red+Green+Blue) = 15+7+7=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0707 is #F0F8F8. Grayscale: #090909. Windows color (decimal): -15792377 or 460559. OLE color: 460559.

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

Color convert

RGB 15 7 7 -
CMYK 0 0.53 0.53 0.94
HSL 0.36% 0.04% -
HSV(B) 0.53% 0.06% -
XYZ 0.31 0.27 0.24 -
YUV 9.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 15 7 7 0 0.53 0.53 0.94 0 0.36 0.04
Hex F 7 7 0 35 35 5E 0 24 4
Octal 17 7 7 0 65 65 136 0 44 4
Binary 1111 111 111 0 110101 110101 1011110 0 100100 100

Color Harmonies of #0F0707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0707

Black with #0F0707

Text Example


Text Example

White with #0F0707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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