Html Css Color HEX #140F02 Maire

📋 copy color: '#140F02'

red 20 ◦ green 15 ◦ blue 2

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

Shades of Maire #140F02

Tints of Maire #140F02

RGB

 RED value IS 20 (8.2% from 255) = 54.05%

 GREEN value IS 15 (6.25% from 255) = 40.54%

 BLUE value IS 2 (1.17% from 255) = 5.41%

R = 54.05%
G = 40.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#140F02 (or 0x140F02) is known color: Maire. HEX triplet: 14, 0F and 02. RGB value is (20,15,2). Sum of RGB (Red+Green+Blue) = 20+15+2=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F02 is #EBF0FD. Grayscale: #0F0F0F. Windows color (decimal): -15462654 or 134932. OLE color: 134932.

HSL color Cylindrical-coordinate representation of color #140F02: hue angle of 43.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140F02 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 15 2 -
CMYK 0 0.25 0.90 0.92
HSL 43.33º 0.82% 0.04% -
HSV(B) 43.33º 0.9% 0.08% -
XYZ 0.47 0.49 0.13 -
YUV 15.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 20 15 2 0 0.25 0.90 0.92 43.33 0.82 0.04
Hex 14 F 2 0 19 5A 5C 2B 52 4
Octal 24 17 2 0 31 132 134 53 122 4
Binary 10100 1111 10 0 11001 1011010 1011100 101011 1010010 100

Color Harmonies of #140F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F02

Black with #140F02

Text Example


Text Example

White with #140F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140F02;
 }
 .AnyTagClassName
 {
   color: #140F02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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