#231B31

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

Shades of Tolopea #231B31

Tints of Tolopea #231B31

Color information

#231B31 (or 0x231B31) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 31. RGB value is (35,27,49). Sum of RGB (Red+Green+Blue) = 35+27+49=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #231B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B31 is #DCE4CE. Grayscale: #1F1F1F. Windows color (decimal): -14476495 or 3218211. OLE color: 3218211.

HSL color Cylindrical-coordinate representation of color #231B31: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #231B31 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB352749-
CMYK0.290.4500.81
HSL261.82º28.95%14.9%-
HSV(B)261.82º44.9%19.22%-
XYZ1.641.363.08-
YUV31.9137.65130.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.53%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=31.53%
G=24.32%
B=44.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3527490.290.4500.81261.8228.9514.9
Hex231B311D2D0511061df
Octal433361355501214063517
Binary100011110111100011110110110101010001100000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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