Html Css Color HEX #352801 Black Magic

📋 copy color: '#352801'

red 53 ◦ green 40 ◦ blue 1

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

Shades of Black Magic #352801

Tints of Black Magic #352801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 42.55%

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

R = 56.38%
G = 42.55%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352801 (or 0x352801) is known color: Black Magic. HEX triplet: 35, 28 and 01. RGB value is (53,40,1). Sum of RGB (Red+Green+Blue) = 53+40+1=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352801 is #CAD7FE. Grayscale: #272727. Windows color (decimal): -13293567 or 75829. OLE color: 75829.

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

Color convert

RGB 53 40 1 -
CMYK 0 0.25 0.98 0.79
HSL 45º 0.96% 0.11% -
HSV(B) 45º 0.98% 0.21% -
XYZ 2.23 2.28 0.35 -
YUV 39.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 53 40 1 0 0.25 0.98 0.79 45 0.96 0.11
Hex 35 28 1 0 19 62 4F 2D 60 B
Octal 65 50 1 0 31 142 117 55 140 13
Binary 110101 101000 1 0 11001 1100010 1001111 101101 1100000 1011

Color Harmonies of #352801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352801

Black with #352801

Text Example


Text Example

White with #352801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352801; }

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

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

background-color css

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

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

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

border-color css

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

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

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