#231B30

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

Shades of Tolopea #231B30

Tints of Tolopea #231B30

Color information

#231B30 (or 0x231B30) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 30. RGB value is (35,27,48). Sum of RGB (Red+Green+Blue) = 35+27+48=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #231B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B30 is #DCE4CF. Grayscale: #1F1F1F. Windows color (decimal): -14476496 or 3152675. OLE color: 3152675.

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

Color convert

RGB352748-
CMYK0.270.4400.81
HSL262.86º28%14.71%-
HSV(B)262.86º43.75%18.82%-
XYZ1.621.352.97-
YUV31.79137.15130.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=31.82%
G=24.55%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3527480.270.4400.81262.862814.71
Hex231B301B2C0511071cf
Octal433360335401214073417
Binary100011110111100001101110110001010001100000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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