Html Css Color HEX #0F0A05 Black

📋 copy color: '#0F0A05'

red 15 ◦ green 10 ◦ blue 5

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

Shades of Black #0F0A05

Tints of Black #0F0A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 16.67%

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.94

RGB Variations

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

Color information

#0F0A05 (or 0x0F0A05) is known color: Black. HEX triplet: 0F, 0A and 05. RGB value is (15,10,5). Sum of RGB (Red+Green+Blue) = 15+10+5=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A05 is #F0F5FA. Grayscale: #0A0A0A. Windows color (decimal): -15791611 or 330255. OLE color: 330255.

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

Color convert

RGB 15 10 5 -
CMYK 0 0.33 0.67 0.94
HSL 30º 0.5% 0.04% -
HSV(B) 30º 0.67% 0.06% -
XYZ 0.33 0.33 0.19 -
YUV 10.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 15 10 5 0 0.33 0.67 0.94 30 0.5 0.04
Hex F A 5 0 21 43 5E 1E 32 4
Octal 17 12 5 0 41 103 136 36 62 4
Binary 1111 1010 101 0 100001 1000011 1011110 11110 110010 100

Color Harmonies of #0F0A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A05

Black with #0F0A05

Text Example


Text Example

White with #0F0A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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