Html Css Color HEX #251E13 Black Magic

📋 copy color: '#251E13'

red 37 ◦ green 30 ◦ blue 19

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

Shades of Black Magic #251E13

Tints of Black Magic #251E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 43.02%
G = 34.88%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251E13 (or 0x251E13) is known color: Black Magic. HEX triplet: 25, 1E and 13. RGB value is (37,30,19). Sum of RGB (Red+Green+Blue) = 37+30+19=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E13 is #DAE1EC. Grayscale: #1E1E1E. Windows color (decimal): -14344685 or 1252901. OLE color: 1252901.

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

Color convert

RGB 37 30 19 -
CMYK 0 0.19 0.49 0.85
HSL 36.67º 0.32% 0.11% -
HSV(B) 36.67º 0.49% 0.15% -
XYZ 1.34 1.37 0.81 -
YUV 30.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 37 30 19 0 0.19 0.49 0.85 36.67 0.32 0.11
Hex 25 1E 13 0 13 31 55 25 20 B
Octal 45 36 23 0 23 61 125 45 40 13
Binary 100101 11110 10011 0 10011 110001 1010101 100101 100000 1011

Color Harmonies of #251E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E13

Black with #251E13

Text Example


Text Example

White with #251E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,30,19); }

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

background-color css

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

 a { background-color: rgb(37,30,19); }

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

border-color css

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

 span { border-color: rgb(37,30,19); }

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