Html Css Color HEX #35250C Black Magic

📋 copy color: '#35250C'

red 53 ◦ green 37 ◦ blue 12

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

Shades of Black Magic #35250C

Tints of Black Magic #35250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 36.27%

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

R = 51.96%
G = 36.27%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35250C (or 0x35250C) is known color: Black Magic. HEX triplet: 35, 25 and 0C. RGB value is (53,37,12). Sum of RGB (Red+Green+Blue) = 53+37+12=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250C is #CADAF3. Grayscale: #272727. Windows color (decimal): -13294324 or 795957. OLE color: 795957.

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

Color convert

RGB 53 37 12 -
CMYK 0 0.30 0.77 0.79
HSL 36.59º 0.63% 0.13% -
HSV(B) 36.59º 0.77% 0.21% -
XYZ 2.2 2.11 0.64 -
YUV 38.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 53 37 12 0 0.30 0.77 0.79 36.59 0.63 0.13
Hex 35 25 C 0 1E 4D 4F 25 3F D
Octal 65 45 14 0 36 115 117 45 77 15
Binary 110101 100101 1100 0 11110 1001101 1001111 100101 111111 1101

Color Harmonies of #35250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35250C

Black with #35250C

Text Example


Text Example

White with #35250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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