Html Css Color HEX #333013 Maire

📋 copy color: '#333013'

red 51 ◦ green 48 ◦ blue 19

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

Shades of Maire #333013

Tints of Maire #333013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

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

R = 43.22%
G = 40.68%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#333013 (or 0x333013) is known color: Maire. HEX triplet: 33, 30 and 13. RGB value is (51,48,19). Sum of RGB (Red+Green+Blue) = 51+48+19=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #333013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333013 is #CCCFEC. Grayscale: #2D2D2D. Windows color (decimal): -13422573 or 1257523. OLE color: 1257523.

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

Color convert

RGB 51 48 19 -
CMYK 0 0.06 0.63 0.8
HSL 54.38º 0.46% 0.14% -
HSV(B) 54.38º 0.63% 0.2% -
XYZ 2.54 2.86 1.04 -
YUV 45.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 51 48 19 0 0.06 0.63 0.8 54.38 0.46 0.14
Hex 33 30 13 0 6 3F 50 36 2E E
Octal 63 60 23 0 6 77 120 66 56 16
Binary 110011 110000 10011 0 110 111111 1010000 110110 101110 1110

Color Harmonies of #333013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333013

Black with #333013

Text Example


Text Example

White with #333013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333013; }

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

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

background-color css

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

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

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

border-color css

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

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

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