Html Css Color HEX #352301 Black Magic

📋 copy color: '#352301'

red 53 ◦ green 35 ◦ blue 1

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

Shades of Black Magic #352301

Tints of Black Magic #352301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 39.33%

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

R = 59.55%
G = 39.33%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352301 (or 0x352301) is known color: Black Magic. HEX triplet: 35, 23 and 01. RGB value is (53,35,1). Sum of RGB (Red+Green+Blue) = 53+35+1=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352301 is #CADCFE. Grayscale: #242424. Windows color (decimal): -13294847 or 74549. OLE color: 74549.

HSL color Cylindrical-coordinate representation of color #352301: hue angle of 39.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 #352301 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 1 -
CMYK 0 0.34 0.98 0.79
HSL 39.23º 0.96% 0.11% -
HSV(B) 39.23º 0.98% 0.21% -
XYZ 2.07 1.96 0.3 -
YUV 36.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 53 35 1 0 0.34 0.98 0.79 39.23 0.96 0.11
Hex 35 23 1 0 22 62 4F 27 60 B
Octal 65 43 1 0 42 142 117 47 140 13
Binary 110101 100011 1 0 100010 1100010 1001111 100111 1100000 1011

Color Harmonies of #352301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352301

Black with #352301

Text Example


Text Example

White with #352301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352301; }

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

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

background-color css

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

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

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

border-color css

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

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

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