#251A07

Color #251A07 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #251A07

Tints of Black Magic #251A07

Color information

#251A07 (or 0x251A07) is unknown color: approx Black Magic. HEX triplet: 25, 1A and 07. RGB value is (37,26,7). Sum of RGB (Red+Green+Blue) = 37+26+7=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #251A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A07 is #DAE5F8. Grayscale: #1B1B1B. Windows color (decimal): -14345721 or 465445. OLE color: 465445.

HSL color Cylindrical-coordinate representation of color #251A07: hue angle of 38º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251A07 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB37267-
CMYK00.300.810.85
HSL38º68.18%8.63%-
HSV(B)38º81.08%14.51%-
XYZ1.171.150.36-
YUV27.12116.64135.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 26 (10.55% from 255) = 37.14%
BLUE value IS 7 (3.12% from 255) = 10%
R=52.86%
G=37.14%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3726700.300.810.853868.188.63
Hex251A701E515526449
Octal453270361211254610411
Binary100101110101110111101010001101010110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,7); }

 H1.HeaderClassName
 {
   color: #251A07;
 }
 .AnyTagClassName
 {
   color: #251A07;
 }
</style>
background-color css

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

 a { background-color: rgb(37,26,7); }

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

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

 span { border-color: rgb(37,26,7); }

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