#231539

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

Shades of Tolopea #231539

Tints of Tolopea #231539

Color information

#231539 (or 0x231539) is unknown color: approx Tolopea. HEX triplet: 23, 15 and 39. RGB value is (35,21,57). Sum of RGB (Red+Green+Blue) = 35+21+57=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #231539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231539 is #DCEAC6. Grayscale: #1D1D1D. Windows color (decimal): -14478023 or 3740963. OLE color: 3740963.

HSL color Cylindrical-coordinate representation of color #231539: hue angle of 263.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231539 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB352157-
CMYK0.390.6300.78
HSL263.33º46.15%15.29%-
HSV(B)263.33º63.16%22.35%-
XYZ1.71.194.01-
YUV29.29143.64132.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=30.97%
G=18.58%
B=50.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3521570.390.6300.78263.3346.1515.29
Hex231539273F04E1072ef
Octal432571477701164075617
Binary10001110101111001100111111111010011101000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231539; }

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

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

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

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

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

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

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

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