Html Css Color HEX #333015 Maire

📋 copy color: '#333015'

red 51 ◦ green 48 ◦ blue 21

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

Shades of Maire #333015

Tints of Maire #333015

RGB

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

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

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

R = 42.5%
G = 40%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#333015 (or 0x333015) is known color: Maire. HEX triplet: 33, 30 and 15. RGB value is (51,48,21). Sum of RGB (Red+Green+Blue) = 51+48+21=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333015 is #CCCFEA. Grayscale: #2D2D2D. Windows color (decimal): -13422571 or 1388595. OLE color: 1388595.

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

Color convert

RGB 51 48 21 -
CMYK 0 0.06 0.59 0.8
HSL 54º 0.42% 0.14% -
HSV(B) 54º 0.59% 0.2% -
XYZ 2.56 2.87 1.13 -
YUV 45.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 51 48 21 0 0.06 0.59 0.8 54 0.42 0.14
Hex 33 30 15 0 6 3B 50 36 2A E
Octal 63 60 25 0 6 73 120 66 52 16
Binary 110011 110000 10101 0 110 111011 1010000 110110 101010 1110

Color Harmonies of #333015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333015

Black with #333015

Text Example


Text Example

White with #333015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333015; }

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

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

background-color css

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

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

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

border-color css

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

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

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