Html Css Color HEX #0F0909 Black

📋 copy color: '#0F0909'

red 15 ◦ green 9 ◦ blue 9

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

Shades of Black #0F0909

Tints of Black #0F0909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.94

RGB Variations

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

Color information

#0F0909 (or 0x0F0909) is known color: Black. HEX triplet: 0F, 09 and 09. RGB value is (15,9,9). Sum of RGB (Red+Green+Blue) = 15+9+9=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0909 is #F0F6F6. Grayscale: #0A0A0A. Windows color (decimal): -15791863 or 592143. OLE color: 592143.

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

Color convert

RGB 15 9 9 -
CMYK 0 0.40 0.40 0.94
HSL 0.25% 0.05% -
HSV(B) 0.4% 0.06% -
XYZ 0.34 0.32 0.3 -
YUV 10.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 15 9 9 0 0.40 0.40 0.94 0 0.25 0.05
Hex F 9 9 0 28 28 5E 0 19 5
Octal 17 11 11 0 50 50 136 0 31 5
Binary 1111 1001 1001 0 101000 101000 1011110 0 11001 101

Color Harmonies of #0F0909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0909

Black with #0F0909

Text Example


Text Example

White with #0F0909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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