Html Css Color HEX #251F14 Black Magic

📋 copy color: '#251F14'

red 37 ◦ green 31 ◦ blue 20

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

Shades of Black Magic #251F14

Tints of Black Magic #251F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 42.05%
G = 35.23%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251F14 (or 0x251F14) is known color: Black Magic. HEX triplet: 25, 1F and 14. RGB value is (37,31,20). Sum of RGB (Red+Green+Blue) = 37+31+20=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F14 is #DAE0EB. Grayscale: #1F1F1F. Windows color (decimal): -14344428 or 1318693. OLE color: 1318693.

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

Color convert

RGB 37 31 20 -
CMYK 0 0.16 0.46 0.85
HSL 38.82º 0.3% 0.11% -
HSV(B) 38.82º 0.46% 0.15% -
XYZ 1.38 1.42 0.86 -
YUV 31.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 37 31 20 0 0.16 0.46 0.85 38.82 0.3 0.11
Hex 25 1F 14 0 10 2E 55 27 1E B
Octal 45 37 24 0 20 56 125 47 36 13
Binary 100101 11111 10100 0 10000 101110 1010101 100111 11110 1011

Color Harmonies of #251F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F14

Black with #251F14

Text Example


Text Example

White with #251F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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