#242002

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

Shades of Maire #242002

Tints of Maire #242002

Color information

#242002 (or 0x242002) is unknown color: approx Maire. HEX triplet: 24, 20 and 02. RGB value is (36,32,2). Sum of RGB (Red+Green+Blue) = 36+32+2=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #242002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242002 is #DBDFFD. Grayscale: #1D1D1D. Windows color (decimal): -14409726 or 139300. OLE color: 139300.

HSL color Cylindrical-coordinate representation of color #242002: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #242002 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB36322-
CMYK00.110.940.86
HSL52.94º89.47%7.45%-
HSV(B)52.94º94.44%14.12%-
XYZ1.261.410.26-
YUV29.78112.33132.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=51.43%
G=45.71%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632200.110.940.8652.9489.477.45
Hex242020B5E5635597
Octal44402013136126651317
Binary1001001000001001011101111010101101101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242002; }

 p { color: rgb(36,32,2); }

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

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

 a { background-color: rgb(36,32,2); }

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

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

 span { border-color: rgb(36,32,2); }

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