Html Css Color HEX #35260F Black Magic

📋 copy color: '#35260F'

red 53 ◦ green 38 ◦ blue 15

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

Shades of Black Magic #35260F

Tints of Black Magic #35260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.85%

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 50%
G = 35.85%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35260F (or 0x35260F) is known color: Black Magic. HEX triplet: 35, 26 and 0F. RGB value is (53,38,15). Sum of RGB (Red+Green+Blue) = 53+38+15=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35260F is #CAD9F0. Grayscale: #272727. Windows color (decimal): -13294065 or 992821. OLE color: 992821.

HSL color Cylindrical-coordinate representation of color #35260F: hue angle of 36.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35260F is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 15 -
CMYK 0 0.28 0.72 0.79
HSL 36.32º 0.56% 0.13% -
HSV(B) 36.32º 0.72% 0.21% -
XYZ 2.25 2.18 0.75 -
YUV 39.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 53 38 15 0 0.28 0.72 0.79 36.32 0.56 0.13
Hex 35 26 F 0 1C 48 4F 24 38 D
Octal 65 46 17 0 34 110 117 44 70 15
Binary 110101 100110 1111 0 11100 1001000 1001111 100100 111000 1101

Color Harmonies of #35260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35260F

Black with #35260F

Text Example


Text Example

White with #35260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35260F; }

 p { color: rgb(53,38,15); }

 H1.HeaderClassName
 {
   color: #35260F;
 }
 .AnyTagClassName
 {
   color: #35260F;
 }
</style>

background-color css

<style>
 a { background-color: #35260F; }

 a { background-color: rgb(53,38,15); }

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

border-color css

<style>
 span { border-color: #35260F; }

 span { border-color: rgb(53,38,15); }

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