Html Css Color HEX #35270D Black Magic

📋 copy color: '#35270D'

red 53 ◦ green 39 ◦ blue 13

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

Shades of Black Magic #35270D

Tints of Black Magic #35270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.14%

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

R = 50.48%
G = 37.14%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35270D (or 0x35270D) is known color: Black Magic. HEX triplet: 35, 27 and 0D. RGB value is (53,39,13). Sum of RGB (Red+Green+Blue) = 53+39+13=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35270D is #CAD8F2. Grayscale: #282828. Windows color (decimal): -13293811 or 862005. OLE color: 862005.

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

Color convert

RGB 53 39 13 -
CMYK 0 0.26 0.75 0.79
HSL 39º 0.61% 0.13% -
HSV(B) 39º 0.75% 0.21% -
XYZ 2.27 2.24 0.69 -
YUV 40.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 53 39 13 0 0.26 0.75 0.79 39 0.61 0.13
Hex 35 27 D 0 1A 4B 4F 27 3D D
Octal 65 47 15 0 32 113 117 47 75 15
Binary 110101 100111 1101 0 11010 1001011 1001111 100111 111101 1101

Color Harmonies of #35270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35270D

Black with #35270D

Text Example


Text Example

White with #35270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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