#231B33

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

Shades of Tolopea #231B33

Tints of Tolopea #231B33

Color information

#231B33 (or 0x231B33) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 33. RGB value is (35,27,51). Sum of RGB (Red+Green+Blue) = 35+27+51=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #231B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B33 is #DCE4CC. Grayscale: #202020. Windows color (decimal): -14476493 or 3349283. OLE color: 3349283.

HSL color Cylindrical-coordinate representation of color #231B33: hue angle of 260º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #231B33 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB352751-
CMYK0.310.4700.8
HSL260º30.77%15.29%-
HSV(B)260º47.06%20%-
XYZ1.681.383.31-
YUV32.13138.65130.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=30.97%
G=23.89%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3527510.310.4700.826030.7715.29
Hex231B331F2F0501041ff
Octal433363375701204043717
Binary100011110111100111111110111101010000100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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