Html Css Color HEX #352509 Black Magic

📋 copy color: '#352509'

red 53 ◦ green 37 ◦ blue 9

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

Shades of Black Magic #352509

Tints of Black Magic #352509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.37%

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 53.54%
G = 37.37%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352509 (or 0x352509) is known color: Black Magic. HEX triplet: 35, 25 and 09. RGB value is (53,37,9). Sum of RGB (Red+Green+Blue) = 53+37+9=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352509 is #CADAF6. Grayscale: #262626. Windows color (decimal): -13294327 or 599349. OLE color: 599349.

HSL color Cylindrical-coordinate representation of color #352509: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352509 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 9 -
CMYK 0 0.30 0.83 0.79
HSL 38.18º 0.71% 0.12% -
HSV(B) 38.18º 0.83% 0.21% -
XYZ 2.18 2.1 0.55 -
YUV 38.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 53 37 9 0 0.30 0.83 0.79 38.18 0.71 0.12
Hex 35 25 9 0 1E 53 4F 26 47 C
Octal 65 45 11 0 36 123 117 46 107 14
Binary 110101 100101 1001 0 11110 1010011 1001111 100110 1000111 1100

Color Harmonies of #352509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352509

Black with #352509

Text Example


Text Example

White with #352509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352509; }

 p { color: rgb(53,37,9); }

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

background-color css

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

 a { background-color: rgb(53,37,9); }

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

border-color css

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

 span { border-color: rgb(53,37,9); }

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