#231B0F

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

Shades of Black Magic #231B0F

Tints of Black Magic #231B0F

Color information

#231B0F (or 0x231B0F) is unknown color: approx Black Magic. HEX triplet: 23, 1B and 0F. RGB value is (35,27,15). Sum of RGB (Red+Green+Blue) = 35+27+15=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0F is #DCE4F0. Grayscale: #1C1C1C. Windows color (decimal): -14476529 or 989987. OLE color: 989987.

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

Color convert

RGB352715-
CMYK00.230.570.86
HSL36º40%9.8%-
HSV(B)36º57.14%13.73%-
XYZ1.171.180.62-
YUV28.02120.65132.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=45.45%
G=35.06%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35271500.230.570.8636409.8
Hex231BF01739562428a
Octal43331702771126445012
Binary10001111011111101011111100110101101001001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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