#231A0A

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

Shades of Black Magic #231A0A

Tints of Black Magic #231A0A

Color information

#231A0A (or 0x231A0A) is unknown color: approx Black Magic. HEX triplet: 23, 1A and 0A. RGB value is (35,26,10). Sum of RGB (Red+Green+Blue) = 35+26+10=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0A is #DCE5F5. Grayscale: #1A1A1A. Windows color (decimal): -14476790 or 662051. OLE color: 662051.

HSL color Cylindrical-coordinate representation of color #231A0A: hue angle of 38.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231A0A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB352610-
CMYK00.260.710.86
HSL38.4º55.56%8.82%-
HSV(B)38.4º71.43%13.73%-
XYZ1.121.120.44-
YUV26.87118.48133.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 10 (4.30% from 255) = 14.08%
R=49.30%
G=36.62%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35261000.260.710.8638.455.568.82
Hex231AA01A475626389
Octal433212032107126467011
Binary100011110101010011010100011110101101001101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A0A; }

 p { color: rgb(35,26,10); }

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

<style>
 a { background-color: #231A0A; }

 a { background-color: rgb(35,26,10); }

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

<style>
 span { border-color: #231A0A; }

 span { border-color: rgb(35,26,10); }

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