#231B32

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

Shades of Tolopea #231B32

Tints of Tolopea #231B32

Color information

#231B32 (or 0x231B32) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 32. RGB value is (35,27,50). Sum of RGB (Red+Green+Blue) = 35+27+50=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #231B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B32 is #DCE4CD. Grayscale: #1F1F1F. Windows color (decimal): -14476494 or 3283747. OLE color: 3283747.

HSL color Cylindrical-coordinate representation of color #231B32: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231B32 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB352750-
CMYK0.300.4600.80
HSL260.87º29.87%15.1%-
HSV(B)260.87º46%19.61%-
XYZ1.661.373.19-
YUV32.01138.15130.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=31.25%
G=24.11%
B=44.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3527500.300.4600.80260.8729.8715.1
Hex231B321E2E0501051ef
Octal433362365601204053617
Binary100011110111100101111010111001010000100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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