Html Css Color HEX #252019 Black Magic

📋 copy color: '#252019'

red 37 ◦ green 32 ◦ blue 25

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

Shades of Black Magic #252019

Tints of Black Magic #252019

RGB

 RED value IS 37 (14.84% from 255) = 39.36%

 GREEN value IS 32 (12.89% from 255) = 34.04%

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 39.36%
G = 34.04%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#252019 (or 0x252019) is known color: Black Magic. HEX triplet: 25, 20 and 19. RGB value is (37,32,25). Sum of RGB (Red+Green+Blue) = 37+32+25=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252019 is #DADFE6. Grayscale: #202020. Windows color (decimal): -14344167 or 1646629. OLE color: 1646629.

HSL color Cylindrical-coordinate representation of color #252019: hue angle of 35º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #252019 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 25 -
CMYK 0 0.14 0.32 0.85
HSL 35º 0.19% 0.12% -
HSV(B) 35º 0.32% 0.15% -
XYZ 1.45 1.5 1.13 -
YUV 32.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 37 32 25 0 0.14 0.32 0.85 35 0.19 0.12
Hex 25 20 19 0 E 20 55 23 13 C
Octal 45 40 31 0 16 40 125 43 23 14
Binary 100101 100000 11001 0 1110 100000 1010101 100011 10011 1100

Color Harmonies of #252019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252019

Black with #252019

Text Example


Text Example

White with #252019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252019; }

 p { color: rgb(37,32,25); }

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

background-color css

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

 a { background-color: rgb(37,32,25); }

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

border-color css

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

 span { border-color: rgb(37,32,25); }

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