Html Css Color HEX #0F0404 Black

📋 copy color: '#0F0404'

red 15 ◦ green 4 ◦ blue 4

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

Shades of Black #0F0404

Tints of Black #0F0404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 17.39%

 BLUE value IS 4 (1.95% from 255) = 17.39%

R = 65.22%
G = 17.39%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0F0404 (or 0x0F0404) is known color: Black. HEX triplet: 0F, 04 and 04. RGB value is (15,4,4). Sum of RGB (Red+Green+Blue) = 15+4+4=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0404 is #F0FBFB. Grayscale: #070707. Windows color (decimal): -15793148 or 263183. OLE color: 263183.

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

Color convert

RGB 15 4 4 -
CMYK 0 0.73 0.73 0.94
HSL 0.58% 0.04% -
HSV(B) 0.73% 0.06% -
XYZ 0.26 0.2 0.14 -
YUV 7.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 15 4 4 0 0.73 0.73 0.94 0 0.58 0.04
Hex F 4 4 0 49 49 5E 0 3A 4
Octal 17 4 4 0 111 111 136 0 72 4
Binary 1111 100 100 0 1001001 1001001 1011110 0 111010 100

Color Harmonies of #0F0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0404

Black with #0F0404

Text Example


Text Example

White with #0F0404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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