Html Css Color HEX #0F0504 Black

📋 copy color: '#0F0504'

red 15 ◦ green 5 ◦ blue 4

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

Shades of Black #0F0504

Tints of Black #0F0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20.83%

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

R = 62.5%
G = 20.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0F0504 (or 0x0F0504) is known color: Black. HEX triplet: 0F, 05 and 04. RGB value is (15,5,4). Sum of RGB (Red+Green+Blue) = 15+5+4=24 (3% of max value = 765). Red value is 15 (6.25% from 255 or 62.5% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0504 is #F0FAFB. Grayscale: #070707. Windows color (decimal): -15792892 or 263439. OLE color: 263439.

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

Color convert

RGB 15 5 4 -
CMYK 0 0.67 0.73 0.94
HSL 5.45º 0.58% 0.04% -
HSV(B) 5.45º 0.73% 0.06% -
XYZ 0.27 0.22 0.14 -
YUV 7.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 15 5 4 0 0.67 0.73 0.94 5.45 0.58 0.04
Hex F 5 4 0 43 49 5E 5 3A 4
Octal 17 5 4 0 103 111 136 5 72 4
Binary 1111 101 100 0 1000011 1001001 1011110 101 111010 100

Color Harmonies of #0F0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0504

Black with #0F0504

Text Example


Text Example

White with #0F0504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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