Html Css Color HEX #251D10 Black Magic

📋 copy color: '#251D10'

red 37 ◦ green 29 ◦ blue 16

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

Shades of Black Magic #251D10

Tints of Black Magic #251D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 45.12%
G = 35.37%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#251D10 (or 0x251D10) is known color: Black Magic. HEX triplet: 25, 1D and 10. RGB value is (37,29,16). Sum of RGB (Red+Green+Blue) = 37+29+16=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D10 is #DAE2EF. Grayscale: #1D1D1D. Windows color (decimal): -14344944 or 1056037. OLE color: 1056037.

HSL color Cylindrical-coordinate representation of color #251D10: hue angle of 37.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251D10 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 29 16 -
CMYK 0 0.22 0.57 0.85
HSL 37.14º 0.4% 0.1% -
HSV(B) 37.14º 0.57% 0.15% -
XYZ 1.3 1.31 0.67 -
YUV 29.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 37 29 16 0 0.22 0.57 0.85 37.14 0.4 0.1
Hex 25 1D 10 0 16 39 55 25 28 A
Octal 45 35 20 0 26 71 125 45 50 12
Binary 100101 11101 10000 0 10110 111001 1010101 100101 101000 1010

Color Harmonies of #251D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D10

Black with #251D10

Text Example


Text Example

White with #251D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251D10; }

 p { color: rgb(37,29,16); }

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

background-color css

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

 a { background-color: rgb(37,29,16); }

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

border-color css

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

 span { border-color: rgb(37,29,16); }

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