Html Css Color HEX #332D13 Maire

📋 copy color: '#332D13'

red 51 ◦ green 45 ◦ blue 19

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

Shades of Maire #332D13

Tints of Maire #332D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.13%

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

R = 44.35%
G = 39.13%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332D13 (or 0x332D13) is known color: Maire. HEX triplet: 33, 2D and 13. RGB value is (51,45,19). Sum of RGB (Red+Green+Blue) = 51+45+19=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D13 is #CCD2EC. Grayscale: #2B2B2B. Windows color (decimal): -13423341 or 1256755. OLE color: 1256755.

HSL color Cylindrical-coordinate representation of color #332D13: hue angle of 48.75º 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 #332D13 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 45 19 -
CMYK 0 0.12 0.63 0.8
HSL 48.75º 0.46% 0.14% -
HSV(B) 48.75º 0.63% 0.2% -
XYZ 2.42 2.63 1 -
YUV 43.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 51 45 19 0 0.12 0.63 0.8 48.75 0.46 0.14
Hex 33 2D 13 0 C 3F 50 31 2E E
Octal 63 55 23 0 14 77 120 61 56 16
Binary 110011 101101 10011 0 1100 111111 1010000 110001 101110 1110

Color Harmonies of #332D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D13

Black with #332D13

Text Example


Text Example

White with #332D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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