Html Css Color HEX #35280C Black Magic

📋 copy color: '#35280C'

red 53 ◦ green 40 ◦ blue 12

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

Shades of Black Magic #35280C

Tints of Black Magic #35280C

RGB

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

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

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

R = 50.48%
G = 38.1%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35280C (or 0x35280C) is known color: Black Magic. HEX triplet: 35, 28 and 0C. RGB value is (53,40,12). Sum of RGB (Red+Green+Blue) = 53+40+12=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35280C is #CAD7F3. Grayscale: #282828. Windows color (decimal): -13293556 or 796725. OLE color: 796725.

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

Color convert

RGB 53 40 12 -
CMYK 0 0.25 0.77 0.79
HSL 40.98º 0.63% 0.13% -
HSV(B) 40.98º 0.77% 0.21% -
XYZ 2.29 2.3 0.67 -
YUV 40.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 53 40 12 0 0.25 0.77 0.79 40.98 0.63 0.13
Hex 35 28 C 0 19 4D 4F 29 3F D
Octal 65 50 14 0 31 115 117 51 77 15
Binary 110101 101000 1100 0 11001 1001101 1001111 101001 111111 1101

Color Harmonies of #35280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35280C

Black with #35280C

Text Example


Text Example

White with #35280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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