Html Css Color HEX #352701 Black Magic

📋 copy color: '#352701'

red 53 ◦ green 39 ◦ blue 1

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

Shades of Black Magic #352701

Tints of Black Magic #352701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.94%

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

R = 56.99%
G = 41.94%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352701 (or 0x352701) is known color: Black Magic. HEX triplet: 35, 27 and 01. RGB value is (53,39,1). Sum of RGB (Red+Green+Blue) = 53+39+1=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352701 is #CAD8FE. Grayscale: #272727. Windows color (decimal): -13293823 or 75573. OLE color: 75573.

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

Color convert

RGB 53 39 1 -
CMYK 0 0.26 0.98 0.79
HSL 43.85º 0.96% 0.11% -
HSV(B) 43.85º 0.98% 0.21% -
XYZ 2.2 2.21 0.34 -
YUV 38.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 53 39 1 0 0.26 0.98 0.79 43.85 0.96 0.11
Hex 35 27 1 0 1A 62 4F 2C 60 B
Octal 65 47 1 0 32 142 117 54 140 13
Binary 110101 100111 1 0 11010 1100010 1001111 101100 1100000 1011

Color Harmonies of #352701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352701

Black with #352701

Text Example


Text Example

White with #352701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352701; }

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

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

background-color css

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

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

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

border-color css

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

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

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