#231B0E

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

Shades of Black Magic #231B0E

Tints of Black Magic #231B0E

Color information

#231B0E (or 0x231B0E) is unknown color: approx Black Magic. HEX triplet: 23, 1B and 0E. RGB value is (35,27,14). Sum of RGB (Red+Green+Blue) = 35+27+14=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0E is #DCE4F1. Grayscale: #1B1B1B. Windows color (decimal): -14476530 or 924451. OLE color: 924451.

HSL color Cylindrical-coordinate representation of color #231B0E: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231B0E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB352714-
CMYK00.230.600.86
HSL37.14º42.86%9.61%-
HSV(B)37.14º60%13.73%-
XYZ1.161.170.58-
YUV27.91120.15133.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=46.05%
G=35.53%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271400.230.600.8637.1442.869.61
Hex231BE0173C56252ba
Octal43331602774126455312
Binary10001111011111001011111110010101101001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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