Html Css Color HEX #35290C Black Magic

📋 copy color: '#35290C'

red 53 ◦ green 41 ◦ blue 12

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

Shades of Black Magic #35290C

Tints of Black Magic #35290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 50%
G = 38.68%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35290C (or 0x35290C) is known color: Black Magic. HEX triplet: 35, 29 and 0C. RGB value is (53,41,12). Sum of RGB (Red+Green+Blue) = 53+41+12=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35290C is #CAD6F3. Grayscale: #292929. Windows color (decimal): -13293300 or 796981. OLE color: 796981.

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

Color convert

RGB 53 41 12 -
CMYK 0 0.23 0.77 0.79
HSL 42.44º 0.63% 0.13% -
HSV(B) 42.44º 0.77% 0.21% -
XYZ 2.33 2.37 0.68 -
YUV 41.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 53 41 12 0 0.23 0.77 0.79 42.44 0.63 0.13
Hex 35 29 C 0 17 4D 4F 2A 3F D
Octal 65 51 14 0 27 115 117 52 77 15
Binary 110101 101001 1100 0 10111 1001101 1001111 101010 111111 1101

Color Harmonies of #35290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35290C

Black with #35290C

Text Example


Text Example

White with #35290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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