#231B38

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

Shades of Tolopea #231B38

Tints of Tolopea #231B38

Color information

#231B38 (or 0x231B38) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 38. RGB value is (35,27,56). Sum of RGB (Red+Green+Blue) = 35+27+56=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #231B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B38 is #DCE4C7. Grayscale: #202020. Windows color (decimal): -14476488 or 3676963. OLE color: 3676963.

HSL color Cylindrical-coordinate representation of color #231B38: hue angle of 256.55º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #231B38 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB352756-
CMYK0.370.5200.78
HSL256.55º34.94%16.27%-
HSV(B)256.55º51.79%21.96%-
XYZ1.81.433.92-
YUV32.7141.15129.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=29.66%
G=22.88%
B=47.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3527560.370.5200.78256.5534.9416.27
Hex231B38253404E1012310
Octal433370456401164014320
Binary100011110111110001001011101000100111010000000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,56); }

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

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

 a { background-color: rgb(35,27,56); }

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

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

 span { border-color: rgb(35,27,56); }

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