Html Css Color HEX #332F13 Maire

📋 copy color: '#332F13'

red 51 ◦ green 47 ◦ blue 19

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

Shades of Maire #332F13

Tints of Maire #332F13

RGB

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

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

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

R = 43.59%
G = 40.17%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332F13 (or 0x332F13) is known color: Maire. HEX triplet: 33, 2F and 13. RGB value is (51,47,19). Sum of RGB (Red+Green+Blue) = 51+47+19=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F13 is #CCD0EC. Grayscale: #2D2D2D. Windows color (decimal): -13422829 or 1257267. OLE color: 1257267.

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

Color convert

RGB 51 47 19 -
CMYK 0 0.08 0.63 0.8
HSL 52.5º 0.46% 0.14% -
HSV(B) 52.5º 0.63% 0.2% -
XYZ 2.5 2.78 1.02 -
YUV 45 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 51 47 19 0 0.08 0.63 0.8 52.5 0.46 0.14
Hex 33 2F 13 0 8 3F 50 34 2E E
Octal 63 57 23 0 10 77 120 64 56 16
Binary 110011 101111 10011 0 1000 111111 1010000 110100 101110 1110

Color Harmonies of #332F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F13

Black with #332F13

Text Example


Text Example

White with #332F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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