Html Css Color HEX #0F0A03 Black

📋 copy color: '#0F0A03'

red 15 ◦ green 10 ◦ blue 3

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

Shades of Black #0F0A03

Tints of Black #0F0A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 10.71%

R = 53.57%
G = 35.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#0F0A03 (or 0x0F0A03) is known color: Black. HEX triplet: 0F, 0A and 03. RGB value is (15,10,3). Sum of RGB (Red+Green+Blue) = 15+10+3=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A03 is #F0F5FC. Grayscale: #0A0A0A. Windows color (decimal): -15791613 or 199183. OLE color: 199183.

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

Color convert

RGB 15 10 3 -
CMYK 0 0.33 0.80 0.94
HSL 35º 0.67% 0.04% -
HSV(B) 35º 0.8% 0.06% -
XYZ 0.32 0.33 0.13 -
YUV 10.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 15 10 3 0 0.33 0.80 0.94 35 0.67 0.04
Hex F A 3 0 21 50 5E 23 43 4
Octal 17 12 3 0 41 120 136 43 103 4
Binary 1111 1010 11 0 100001 1010000 1011110 100011 1000011 100

Color Harmonies of #0F0A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A03

Black with #0F0A03

Text Example


Text Example

White with #0F0A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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