Html Css Color HEX #332F15 Maire

📋 copy color: '#332F15'

red 51 ◦ green 47 ◦ blue 21

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

Shades of Maire #332F15

Tints of Maire #332F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.5%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 42.86%
G = 39.5%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#332F15 (or 0x332F15) is known color: Maire. HEX triplet: 33, 2F and 15. RGB value is (51,47,21). Sum of RGB (Red+Green+Blue) = 51+47+21=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F15 is #CCD0EA. Grayscale: #2D2D2D. Windows color (decimal): -13422827 or 1388339. OLE color: 1388339.

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

Color convert

RGB 51 47 21 -
CMYK 0 0.08 0.59 0.8
HSL 52º 0.42% 0.14% -
HSV(B) 52º 0.59% 0.2% -
XYZ 2.52 2.79 1.12 -
YUV 45.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 51 47 21 0 0.08 0.59 0.8 52 0.42 0.14
Hex 33 2F 15 0 8 3B 50 34 2A E
Octal 63 57 25 0 10 73 120 64 52 16
Binary 110011 101111 10101 0 1000 111011 1010000 110100 101010 1110

Color Harmonies of #332F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F15

Black with #332F15

Text Example


Text Example

White with #332F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,21); }

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

background-color css

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

 a { background-color: rgb(51,47,21); }

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

border-color css

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

 span { border-color: rgb(51,47,21); }

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