Html Css Color HEX #251F13 Black Magic

📋 copy color: '#251F13'

red 37 ◦ green 31 ◦ blue 19

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

Shades of Black Magic #251F13

Tints of Black Magic #251F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 35.63%

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

R = 42.53%
G = 35.63%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251F13 (or 0x251F13) is known color: Black Magic. HEX triplet: 25, 1F and 13. RGB value is (37,31,19). Sum of RGB (Red+Green+Blue) = 37+31+19=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F13 is #DAE0EC. Grayscale: #1F1F1F. Windows color (decimal): -14344429 or 1253157. OLE color: 1253157.

HSL color Cylindrical-coordinate representation of color #251F13: hue angle of 40º 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 #251F13 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 31 19 -
CMYK 0 0.16 0.49 0.85
HSL 40º 0.32% 0.11% -
HSV(B) 40º 0.49% 0.15% -
XYZ 1.37 1.42 0.82 -
YUV 31.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 37 31 19 0 0.16 0.49 0.85 40 0.32 0.11
Hex 25 1F 13 0 10 31 55 28 20 B
Octal 45 37 23 0 20 61 125 50 40 13
Binary 100101 11111 10011 0 10000 110001 1010101 101000 100000 1011

Color Harmonies of #251F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F13

Black with #251F13

Text Example


Text Example

White with #251F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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