Html Css Color HEX #150E02 Maire

📋 copy color: '#150E02'

red 21 ◦ green 14 ◦ blue 2

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

Shades of Maire #150E02

Tints of Maire #150E02

RGB

 RED value IS 21 (8.59% from 255) = 56.76%

 GREEN value IS 14 (5.86% from 255) = 37.84%

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

R = 56.76%
G = 37.84%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150E02 (or 0x150E02) is known color: Maire. HEX triplet: 15, 0E and 02. RGB value is (21,14,2). Sum of RGB (Red+Green+Blue) = 21+14+2=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E02 is #EAF1FD. Grayscale: #0E0E0E. Windows color (decimal): -15397374 or 134677. OLE color: 134677.

HSL color Cylindrical-coordinate representation of color #150E02: hue angle of 37.89º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150E02 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 14 2 -
CMYK 0 0.33 0.90 0.92
HSL 37.89º 0.83% 0.05% -
HSV(B) 37.89º 0.9% 0.08% -
XYZ 0.48 0.48 0.12 -
YUV 14.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 21 14 2 0 0.33 0.90 0.92 37.89 0.83 0.05
Hex 15 E 2 0 21 5A 5C 26 53 5
Octal 25 16 2 0 41 132 134 46 123 5
Binary 10101 1110 10 0 100001 1011010 1011100 100110 1010011 101

Color Harmonies of #150E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E02

Black with #150E02

Text Example


Text Example

White with #150E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E02; }

 p { color: rgb(21,14,2); }

 H1.HeaderClassName
 {
   color: #150E02;
 }
 .AnyTagClassName
 {
   color: #150E02;
 }
</style>

background-color css

<style>
 a { background-color: #150E02; }

 a { background-color: rgb(21,14,2); }

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

border-color css

<style>
 span { border-color: #150E02; }

 span { border-color: rgb(21,14,2); }

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