Html Css Color HEX #35280D Black Magic

📋 copy color: '#35280D'

red 53 ◦ green 40 ◦ blue 13

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

Shades of Black Magic #35280D

Tints of Black Magic #35280D

RGB

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

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

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

R = 50%
G = 37.74%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35280D (or 0x35280D) is known color: Black Magic. HEX triplet: 35, 28 and 0D. RGB value is (53,40,13). Sum of RGB (Red+Green+Blue) = 53+40+13=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35280D is #CAD7F2. Grayscale: #282828. Windows color (decimal): -13293555 or 862261. OLE color: 862261.

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

Color convert

RGB 53 40 13 -
CMYK 0 0.25 0.75 0.79
HSL 40.5º 0.61% 0.13% -
HSV(B) 40.5º 0.75% 0.21% -
XYZ 2.3 2.3 0.7 -
YUV 40.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 53 40 13 0 0.25 0.75 0.79 40.5 0.61 0.13
Hex 35 28 D 0 19 4B 4F 28 3D D
Octal 65 50 15 0 31 113 117 50 75 15
Binary 110101 101000 1101 0 11001 1001011 1001111 101000 111101 1101

Color Harmonies of #35280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35280D

Black with #35280D

Text Example


Text Example

White with #35280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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