#231B0D

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

Shades of Black Magic #231B0D

Tints of Black Magic #231B0D

Color information

#231B0D (or 0x231B0D) is unknown color: approx Black Magic. HEX triplet: 23, 1B and 0D. RGB value is (35,27,13). Sum of RGB (Red+Green+Blue) = 35+27+13=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0D is #DCE4F2. Grayscale: #1B1B1B. Windows color (decimal): -14476531 or 858915. OLE color: 858915.

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

Color convert

RGB352713-
CMYK00.230.630.86
HSL38.18º45.83%9.41%-
HSV(B)38.18º62.86%13.73%-
XYZ1.161.170.55-
YUV27.8119.65133.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=46.67%
G=36%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271300.230.630.8638.1845.839.41
Hex231BD0173F56262e9
Octal43331502777126465611
Binary10001111011110101011111111110101101001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,13); }

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

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

 a { background-color: rgb(35,27,13); }

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

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

 span { border-color: rgb(35,27,13); }

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