Html Css Color HEX #332C13 Maire

📋 copy color: '#332C13'

red 51 ◦ green 44 ◦ blue 19

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

Shades of Maire #332C13

Tints of Maire #332C13

RGB

 RED value IS 51 (20.31% from 255) = 44.74%

 GREEN value IS 44 (17.58% from 255) = 38.6%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 44.74%
G = 38.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332C13 (or 0x332C13) is known color: Maire. HEX triplet: 33, 2C and 13. RGB value is (51,44,19). Sum of RGB (Red+Green+Blue) = 51+44+19=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C13 is #CCD3EC. Grayscale: #2B2B2B. Windows color (decimal): -13423597 or 1256499. OLE color: 1256499.

HSL color Cylindrical-coordinate representation of color #332C13: hue angle of 46.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332C13 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 44 19 -
CMYK 0 0.14 0.63 0.8
HSL 46.88º 0.46% 0.14% -
HSV(B) 46.88º 0.63% 0.2% -
XYZ 2.38 2.55 0.98 -
YUV 43.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 51 44 19 0 0.14 0.63 0.8 46.88 0.46 0.14
Hex 33 2C 13 0 E 3F 50 2F 2E E
Octal 63 54 23 0 16 77 120 57 56 16
Binary 110011 101100 10011 0 1110 111111 1010000 101111 101110 1110

Color Harmonies of #332C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C13

Black with #332C13

Text Example


Text Example

White with #332C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332C13; }

 p { color: rgb(51,44,19); }

 H1.HeaderClassName
 {
   color: #332C13;
 }
 .AnyTagClassName
 {
   color: #332C13;
 }
</style>

background-color css

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

 a { background-color: rgb(51,44,19); }

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

border-color css

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

 span { border-color: rgb(51,44,19); }

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