#23153A

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

Shades of Tolopea #23153A

Tints of Tolopea #23153A

Color information

#23153A (or 0x23153A) is unknown color: approx Tolopea. HEX triplet: 23, 15 and 3A. RGB value is (35,21,58). Sum of RGB (Red+Green+Blue) = 35+21+58=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #23153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23153A is #DCEAC5. Grayscale: #1D1D1D. Windows color (decimal): -14478022 or 3806499. OLE color: 3806499.

HSL color Cylindrical-coordinate representation of color #23153A: hue angle of 262.7º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #23153A is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB352158-
CMYK0.400.6400.77
HSL262.7º46.84%15.49%-
HSV(B)262.7º63.79%22.75%-
XYZ1.731.24.14-
YUV29.4144.14131.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=30.70%
G=18.42%
B=50.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3521580.400.6400.77262.746.8415.49
Hex23153A284004D1072ff
Octal4325725010001154075717
Binary100011101011110101010001000000010011011000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23153A; }

 p { color: rgb(35,21,58); }

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

<style>
 a { background-color: #23153A; }

 a { background-color: rgb(35,21,58); }

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

<style>
 span { border-color: #23153A; }

 span { border-color: rgb(35,21,58); }

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