#140F03

Color #140F03 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #140F03

Tints of Maire #140F03

Color information

#140F03 (or 0x140F03) is unknown color: approx Maire. HEX triplet: 14, 0F and 03. RGB value is (20,15,3). Sum of RGB (Red+Green+Blue) = 20+15+3=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #140F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F03 is #EBF0FC. Grayscale: #0F0F0F. Windows color (decimal): -15462653 or 200468. OLE color: 200468.

HSL color Cylindrical-coordinate representation of color #140F03: hue angle of 42.35º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140F03 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB20153-
CMYK00.250.850.92
HSL42.35º73.91%4.51%-
HSV(B)42.35º85%7.84%-
XYZ0.480.50.16-
YUV15.13121.16131.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=52.63%
G=39.47%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015300.250.850.9242.3573.914.51
Hex14F3019555C2a4a5
Octal24173031125134521125
Binary10100111111011001101010110111001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F03; }

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

 H1.HeaderClassName
 {
   color: #140F03;
 }
 .AnyTagClassName
 {
   color: #140F03;
 }
</style>
background-color css

<style>
 a { background-color: #140F03; }

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

 div.DivClassName
 {
   background-color: #140F03;
 }
 .BgClassName
 {
   background-color: #140F03;
 }
</style>
border-color css

<style>
 span { border-color: #140F03; }

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

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