#23191E

Color #23191E Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #23191E

Tints of Toledo #23191E

Color information

#23191E (or 0x23191E) is unknown color: approx Toledo. HEX triplet: 23, 19 and 1E. RGB value is (35,25,30). Sum of RGB (Red+Green+Blue) = 35+25+30=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #23191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23191E is #DCE6E1. Grayscale: #1C1C1C. Windows color (decimal): -14477026 or 1972515. OLE color: 1972515.

HSL color Cylindrical-coordinate representation of color #23191E: hue angle of 330º 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 #23191E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB352530-
CMYK00.290.140.86
HSL330º16.67%11.76%-
HSV(B)330º28.57%13.73%-
XYZ1.281.151.38-
YUV28.56128.81132.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35253000.290.140.8633016.6711.76
Hex23191E01DE5614a11c
Octal433136035161265122114
Binary100011110011111001110111101010110101001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23191E; }

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

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

<style>
 a { background-color: #23191E; }

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

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

<style>
 span { border-color: #23191E; }

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

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