Html Css Color HEX #35260C Black Magic

📋 copy color: '#35260C'

red 53 ◦ green 38 ◦ blue 12

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

Shades of Black Magic #35260C

Tints of Black Magic #35260C

RGB

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

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

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

R = 51.46%
G = 36.89%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35260C (or 0x35260C) is known color: Black Magic. HEX triplet: 35, 26 and 0C. RGB value is (53,38,12). Sum of RGB (Red+Green+Blue) = 53+38+12=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35260C is #CAD9F3. Grayscale: #272727. Windows color (decimal): -13294068 or 796213. OLE color: 796213.

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

Color convert

RGB 53 38 12 -
CMYK 0 0.28 0.77 0.79
HSL 38.05º 0.63% 0.13% -
HSV(B) 38.05º 0.77% 0.21% -
XYZ 2.23 2.17 0.65 -
YUV 39.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 53 38 12 0 0.28 0.77 0.79 38.05 0.63 0.13
Hex 35 26 C 0 1C 4D 4F 26 3F D
Octal 65 46 14 0 34 115 117 46 77 15
Binary 110101 100110 1100 0 11100 1001101 1001111 100110 111111 1101

Color Harmonies of #35260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35260C

Black with #35260C

Text Example


Text Example

White with #35260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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