#231B41

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

Shades of Tolopea #231B41

Tints of Tolopea #231B41

Color information

#231B41 (or 0x231B41) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 41. RGB value is (35,27,65). Sum of RGB (Red+Green+Blue) = 35+27+65=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #231B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B41 is #DCE4BE. Grayscale: #212121. Windows color (decimal): -14476479 or 4266787. OLE color: 4266787.

HSL color Cylindrical-coordinate representation of color #231B41: hue angle of 252.63º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #231B41 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB352765-
CMYK0.460.5800.75
HSL252.63º41.3%18.04%-
HSV(B)252.63º58.46%25.49%-
XYZ2.041.525.19-
YUV33.72145.65128.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=27.56%
G=21.26%
B=51.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3527650.460.5800.75252.6341.318.04
Hex231B412E3A04Bfd2912
Octal4333101567201133755122
Binary100011110111000001101110111010010010111111110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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