Html Css Color HEX #33301A Maire

📋 copy color: '#33301A'

red 51 ◦ green 48 ◦ blue 26

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

Shades of Maire #33301A

Tints of Maire #33301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 40.8%
G = 38.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#33301A (or 0x33301A) is known color: Maire. HEX triplet: 33, 30 and 1A. RGB value is (51,48,26). Sum of RGB (Red+Green+Blue) = 51+48+26=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #33301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301A is #CCCFE5. Grayscale: #2E2E2E. Windows color (decimal): -13422566 or 1716275. OLE color: 1716275.

HSL color Cylindrical-coordinate representation of color #33301A: hue angle of 52.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33301A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 48 26 -
CMYK 0 0.06 0.49 0.8
HSL 52.8º 0.32% 0.15% -
HSV(B) 52.8º 0.49% 0.2% -
XYZ 2.61 2.89 1.4 -
YUV 46.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 51 48 26 0 0.06 0.49 0.8 52.8 0.32 0.15
Hex 33 30 1A 0 6 31 50 35 20 F
Octal 63 60 32 0 6 61 120 65 40 17
Binary 110011 110000 11010 0 110 110001 1010000 110101 100000 1111

Color Harmonies of #33301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33301A

Black with #33301A

Text Example


Text Example

White with #33301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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