Html Css Color HEX #35250A Black Magic

📋 copy color: '#35250A'

red 53 ◦ green 37 ◦ blue 10

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

Shades of Black Magic #35250A

Tints of Black Magic #35250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10%

R = 53%
G = 37%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35250A (or 0x35250A) is known color: Black Magic. HEX triplet: 35, 25 and 0A. RGB value is (53,37,10). Sum of RGB (Red+Green+Blue) = 53+37+10=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250A is #CADAF5. Grayscale: #262626. Windows color (decimal): -13294326 or 664885. OLE color: 664885.

HSL color Cylindrical-coordinate representation of color #35250A: hue angle of 37.67º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35250A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 10 -
CMYK 0 0.30 0.81 0.79
HSL 37.67º 0.68% 0.12% -
HSV(B) 37.67º 0.81% 0.21% -
XYZ 2.18 2.1 0.58 -
YUV 38.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 53 37 10 0 0.30 0.81 0.79 37.67 0.68 0.12
Hex 35 25 A 0 1E 51 4F 26 44 C
Octal 65 45 12 0 36 121 117 46 104 14
Binary 110101 100101 1010 0 11110 1010001 1001111 100110 1000100 1100

Color Harmonies of #35250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35250A

Black with #35250A

Text Example


Text Example

White with #35250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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