Html Css Color HEX #0F0704 Black

📋 copy color: '#0F0704'

red 15 ◦ green 7 ◦ blue 4

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

Shades of Black #0F0704

Tints of Black #0F0704

RGB

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

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

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

R = 57.69%
G = 26.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0F0704 (or 0x0F0704) is known color: Black. HEX triplet: 0F, 07 and 04. RGB value is (15,7,4). Sum of RGB (Red+Green+Blue) = 15+7+4=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0704 is #F0F8FB. Grayscale: #090909. Windows color (decimal): -15792380 or 263951. OLE color: 263951.

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

Color convert

RGB 15 7 4 -
CMYK 0 0.53 0.73 0.94
HSL 16.36º 0.58% 0.04% -
HSV(B) 16.36º 0.73% 0.06% -
XYZ 0.29 0.26 0.15 -
YUV 9.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 15 7 4 0 0.53 0.73 0.94 16.36 0.58 0.04
Hex F 7 4 0 35 49 5E 10 3A 4
Octal 17 7 4 0 65 111 136 20 72 4
Binary 1111 111 100 0 110101 1001001 1011110 10000 111010 100

Color Harmonies of #0F0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0704

Black with #0F0704

Text Example


Text Example

White with #0F0704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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