#231F18

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

Shades of Black Magic #231F18

Tints of Black Magic #231F18

Color information

#231F18 (or 0x231F18) is unknown color: approx Black Magic. HEX triplet: 23, 1F and 18. RGB value is (35,31,24). Sum of RGB (Red+Green+Blue) = 35+31+24=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F18 is #DCE0E7. Grayscale: #1F1F1F. Windows color (decimal): -14475496 or 1580835. OLE color: 1580835.

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

Color convert

RGB353124-
CMYK00.110.310.86
HSL38.18º18.64%11.57%-
HSV(B)38.18º31.43%13.73%-
XYZ1.351.41.06-
YUV31.4123.83130.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=38.89%
G=34.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35312400.110.310.8638.1818.6411.57
Hex231F180B1F562613c
Octal43373001337126462314
Binary100011111111100001011111111010110100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,24); }

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

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

 a { background-color: rgb(35,31,24); }

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

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

 span { border-color: rgb(35,31,24); }

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