#231F19

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

Shades of Black Magic #231F19

Tints of Black Magic #231F19

Color information

#231F19 (or 0x231F19) is unknown color: approx Black Magic. HEX triplet: 23, 1F and 19. RGB value is (35,31,25). Sum of RGB (Red+Green+Blue) = 35+31+25=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F19 is #DCE0E6. Grayscale: #1F1F1F. Windows color (decimal): -14475495 or 1646371. OLE color: 1646371.

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

Color convert

RGB353125-
CMYK00.110.290.86
HSL36º16.67%11.76%-
HSV(B)36º28.57%13.73%-
XYZ1.361.411.12-
YUV31.51124.33130.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=38.46%
G=34.07%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35312500.110.290.863616.6711.76
Hex231F190B1D562411c
Octal43373101335126442114
Binary100011111111100101011111011010110100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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