#23193D

Color #23193D Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #23193D

Tints of Tolopea #23193D

Color information

#23193D (or 0x23193D) is unknown color: approx Tolopea. HEX triplet: 23, 19 and 3D. RGB value is (35,25,61). Sum of RGB (Red+Green+Blue) = 35+25+61=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #23193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23193D is #DCE6C2. Grayscale: #1F1F1F. Windows color (decimal): -14476995 or 4004131. OLE color: 4004131.

HSL color Cylindrical-coordinate representation of color #23193D: hue angle of 256.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23193D is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB352561-
CMYK0.430.5900.76
HSL256.67º41.86%16.86%-
HSV(B)256.67º59.02%23.92%-
XYZ1.881.394.58-
YUV32.09144.31130.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.93%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=28.93%
G=20.66%
B=50.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3525610.430.5900.76256.6741.8616.86
Hex23193D2B3B04C1012a11
Octal433175537301144015221
Binary100011110011111011010111110110100110010000000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23193D; }

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

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

<style>
 a { background-color: #23193D; }

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

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

<style>
 span { border-color: #23193D; }

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

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