Html Css Color HEX #0F0807 Black

📋 copy color: '#0F0807'

red 15 ◦ green 8 ◦ blue 7

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

Shades of Black #0F0807

Tints of Black #0F0807

RGB

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

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

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

R = 50%
G = 26.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0F0807 (or 0x0F0807) is known color: Black. HEX triplet: 0F, 08 and 07. RGB value is (15,8,7). Sum of RGB (Red+Green+Blue) = 15+8+7=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0807 is #F0F7F8. Grayscale: #090909. Windows color (decimal): -15792121 or 460815. OLE color: 460815.

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

Color convert

RGB 15 8 7 -
CMYK 0 0.47 0.53 0.94
HSL 7.5º 0.36% 0.04% -
HSV(B) 7.5º 0.53% 0.06% -
XYZ 0.32 0.29 0.24 -
YUV 9.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 15 8 7 0 0.47 0.53 0.94 7.5 0.36 0.04
Hex F 8 7 0 2F 35 5E 8 24 4
Octal 17 10 7 0 57 65 136 10 44 4
Binary 1111 1000 111 0 101111 110101 1011110 1000 100100 100

Color Harmonies of #0F0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0807

Black with #0F0807

Text Example


Text Example

White with #0F0807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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