Html Css Color HEX #25211B Black Magic

📋 copy color: '#25211B'

red 37 ◦ green 33 ◦ blue 27

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

Shades of Black Magic #25211B

Tints of Black Magic #25211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.02%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 38.14%
G = 34.02%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25211B (or 0x25211B) is known color: Black Magic. HEX triplet: 25, 21 and 1B. RGB value is (37,33,27). Sum of RGB (Red+Green+Blue) = 37+33+27=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 37 - color contains mainly: red. Hex color #25211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211B is #DADEE4. Grayscale: #212121. Windows color (decimal): -14343909 or 1777957. OLE color: 1777957.

HSL color Cylindrical-coordinate representation of color #25211B: hue angle of 36º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #25211B is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 33 27 -
CMYK 0 0.11 0.27 0.85
HSL 36º 0.16% 0.13% -
HSV(B) 36º 0.27% 0.15% -
XYZ 1.5 1.56 1.26 -
YUV 33.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 37 33 27 0 0.11 0.27 0.85 36 0.16 0.13
Hex 25 21 1B 0 B 1B 55 24 10 D
Octal 45 41 33 0 13 33 125 44 20 15
Binary 100101 100001 11011 0 1011 11011 1010101 100100 10000 1101

Color Harmonies of #25211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25211B

Black with #25211B

Text Example


Text Example

White with #25211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25211B; }

 p { color: rgb(37,33,27); }

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

background-color css

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

 a { background-color: rgb(37,33,27); }

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

border-color css

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

 span { border-color: rgb(37,33,27); }

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