Html Css Color HEX #332E07 Maire

📋 copy color: '#332E07'

red 51 ◦ green 46 ◦ blue 7

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

Shades of Maire #332E07

Tints of Maire #332E07

RGB

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

 GREEN value IS 46 (18.36% from 255) = 44.23%

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 49.04%
G = 44.23%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#332E07 (or 0x332E07) is known color: Maire. HEX triplet: 33, 2E and 07. RGB value is (51,46,7). Sum of RGB (Red+Green+Blue) = 51+46+7=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E07 is #CCD1F8. Grayscale: #2B2B2B. Windows color (decimal): -13423097 or 470579. OLE color: 470579.

HSL color Cylindrical-coordinate representation of color #332E07: hue angle of 53.18º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #332E07 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 7 -
CMYK 0 0.10 0.86 0.8
HSL 53.18º 0.76% 0.11% -
HSV(B) 53.18º 0.86% 0.2% -
XYZ 2.38 2.67 0.59 -
YUV 43.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 51 46 7 0 0.10 0.86 0.8 53.18 0.76 0.11
Hex 33 2E 7 0 A 56 50 35 4C B
Octal 63 56 7 0 12 126 120 65 114 13
Binary 110011 101110 111 0 1010 1010110 1010000 110101 1001100 1011

Color Harmonies of #332E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E07

Black with #332E07

Text Example


Text Example

White with #332E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,7); }

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

background-color css

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

 a { background-color: rgb(51,46,7); }

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

border-color css

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

 span { border-color: rgb(51,46,7); }

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