Html Css Color HEX #35290D Black Magic

📋 copy color: '#35290D'

red 53 ◦ green 41 ◦ blue 13

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

Shades of Black Magic #35290D

Tints of Black Magic #35290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.32%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 49.53%
G = 38.32%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35290D (or 0x35290D) is known color: Black Magic. HEX triplet: 35, 29 and 0D. RGB value is (53,41,13). Sum of RGB (Red+Green+Blue) = 53+41+13=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #35290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35290D is #CAD6F2. Grayscale: #292929. Windows color (decimal): -13293299 or 862517. OLE color: 862517.

HSL color Cylindrical-coordinate representation of color #35290D: hue angle of 42º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35290D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 41 13 -
CMYK 0 0.23 0.75 0.79
HSL 42º 0.61% 0.13% -
HSV(B) 42º 0.75% 0.21% -
XYZ 2.33 2.37 0.72 -
YUV 41.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 53 41 13 0 0.23 0.75 0.79 42 0.61 0.13
Hex 35 29 D 0 17 4B 4F 2A 3D D
Octal 65 51 15 0 27 113 117 52 75 15
Binary 110101 101001 1101 0 10111 1001011 1001111 101010 111101 1101

Color Harmonies of #35290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35290D

Black with #35290D

Text Example


Text Example

White with #35290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35290D; }

 p { color: rgb(53,41,13); }

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

background-color css

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

 a { background-color: rgb(53,41,13); }

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

border-color css

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

 span { border-color: rgb(53,41,13); }

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