Html Css Color HEX #251F15 Black Magic

📋 copy color: '#251F15'

red 37 ◦ green 31 ◦ blue 21

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

Shades of Black Magic #251F15

Tints of Black Magic #251F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 41.57%
G = 34.83%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251F15 (or 0x251F15) is known color: Black Magic. HEX triplet: 25, 1F and 15. RGB value is (37,31,21). Sum of RGB (Red+Green+Blue) = 37+31+21=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F15 is #DAE0EA. Grayscale: #1F1F1F. Windows color (decimal): -14344427 or 1384229. OLE color: 1384229.

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

Color convert

RGB 37 31 21 -
CMYK 0 0.16 0.43 0.85
HSL 37.5º 0.28% 0.11% -
HSV(B) 37.5º 0.43% 0.15% -
XYZ 1.39 1.43 0.91 -
YUV 31.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 37 31 21 0 0.16 0.43 0.85 37.5 0.28 0.11
Hex 25 1F 15 0 10 2B 55 26 1C B
Octal 45 37 25 0 20 53 125 46 34 13
Binary 100101 11111 10101 0 10000 101011 1010101 100110 11100 1011

Color Harmonies of #251F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F15

Black with #251F15

Text Example


Text Example

White with #251F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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