Html Css Color HEX #353001 Maire

📋 copy color: '#353001'

red 53 ◦ green 48 ◦ blue 1

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

Shades of Maire #353001

Tints of Maire #353001

RGB

 RED value IS 53 (21.09% from 255) = 51.96%

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

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 51.96%
G = 47.06%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#353001 (or 0x353001) is known color: Maire. HEX triplet: 35, 30 and 01. RGB value is (53,48,1). Sum of RGB (Red+Green+Blue) = 53+48+1=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #353001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353001 is #CACFFE. Grayscale: #2C2C2C. Windows color (decimal): -13291519 or 77877. OLE color: 77877.

HSL color Cylindrical-coordinate representation of color #353001: hue angle of 54.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353001 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 1 -
CMYK 0 0.09 0.98 0.79
HSL 54.23º 0.96% 0.11% -
HSV(B) 54.23º 0.98% 0.21% -
XYZ 2.53 2.87 0.45 -
YUV 44.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 53 48 1 0 0.09 0.98 0.79 54.23 0.96 0.11
Hex 35 30 1 0 9 62 4F 36 60 B
Octal 65 60 1 0 11 142 117 66 140 13
Binary 110101 110000 1 0 1001 1100010 1001111 110110 1100000 1011

Color Harmonies of #353001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353001

Black with #353001

Text Example


Text Example

White with #353001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353001; }

 p { color: rgb(53,48,1); }

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

background-color css

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

 a { background-color: rgb(53,48,1); }

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

border-color css

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

 span { border-color: rgb(53,48,1); }

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