Html Css Color HEX #14150A Maire

📋 copy color: '#14150A'

red 20 ◦ green 21 ◦ blue 10

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

Shades of Maire #14150A

Tints of Maire #14150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 39.22%
G = 41.18%
B = 19.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#14150A (or 0x14150A) is known color: Maire. HEX triplet: 14, 15 and 0A. RGB value is (20,21,10). Sum of RGB (Red+Green+Blue) = 20+21+10=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #14150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150A is #EBEAF5. Grayscale: #131313. Windows color (decimal): -15461110 or 660756. OLE color: 660756.

HSL color Cylindrical-coordinate representation of color #14150A: hue angle of 65.45º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14150A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 21 10 -
CMYK 0.05 0 0.52 0.92
HSL 65.45º 0.35% 0.06% -
HSV(B) 65.45º 0.52% 0.08% -
XYZ 0.61 0.71 0.39 -
YUV 19.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 20 21 10 0.05 0 0.52 0.92 65.45 0.35 0.06
Hex 14 15 A 5 0 34 5C 41 23 6
Octal 24 25 12 5 0 64 134 101 43 6
Binary 10100 10101 1010 101 0 110100 1011100 1000001 100011 110

Color Harmonies of #14150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14150A

Black with #14150A

Text Example


Text Example

White with #14150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14150A; }

 p { color: rgb(20,21,10); }

 H1.HeaderClassName
 {
   color: #14150A;
 }
 .AnyTagClassName
 {
   color: #14150A;
 }
</style>

background-color css

<style>
 a { background-color: #14150A; }

 a { background-color: rgb(20,21,10); }

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

border-color css

<style>
 span { border-color: #14150A; }

 span { border-color: rgb(20,21,10); }

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