Html Css Color HEX #0F0907 Black

📋 copy color: '#0F0907'

red 15 ◦ green 9 ◦ blue 7

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

Shades of Black #0F0907

Tints of Black #0F0907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 29.03%

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

R = 48.39%
G = 29.03%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#0F0907 (or 0x0F0907) is known color: Black. HEX triplet: 0F, 09 and 07. RGB value is (15,9,7). Sum of RGB (Red+Green+Blue) = 15+9+7=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0907 is #F0F6F8. Grayscale: #0A0A0A. Windows color (decimal): -15791865 or 461071. OLE color: 461071.

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

Color convert

RGB 15 9 7 -
CMYK 0 0.40 0.53 0.94
HSL 15º 0.36% 0.04% -
HSV(B) 15º 0.53% 0.06% -
XYZ 0.33 0.31 0.24 -
YUV 10.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 15 9 7 0 0.40 0.53 0.94 15 0.36 0.04
Hex F 9 7 0 28 35 5E F 24 4
Octal 17 11 7 0 50 65 136 17 44 4
Binary 1111 1001 111 0 101000 110101 1011110 1111 100100 100

Color Harmonies of #0F0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0907

Black with #0F0907

Text Example


Text Example

White with #0F0907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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