#231C0F

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

Shades of Black Magic #231C0F

Tints of Black Magic #231C0F

Color information

#231C0F (or 0x231C0F) is unknown color: approx Black Magic. HEX triplet: 23, 1C and 0F. RGB value is (35,28,15). Sum of RGB (Red+Green+Blue) = 35+28+15=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C0F is #DCE3F0. Grayscale: #1C1C1C. Windows color (decimal): -14476273 or 990243. OLE color: 990243.

HSL color Cylindrical-coordinate representation of color #231C0F: hue angle of 39º 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 #231C0F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB352815-
CMYK00.200.570.86
HSL39º40%9.8%-
HSV(B)39º57.14%13.73%-
XYZ1.191.220.62-
YUV28.61120.32132.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=44.87%
G=35.90%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35281500.200.570.8639409.8
Hex231CF01439562728a
Octal43341702471126475012
Binary10001111100111101010011100110101101001111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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