#231B3D

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

Shades of Tolopea #231B3D

Tints of Tolopea #231B3D

Color information

#231B3D (or 0x231B3D) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 3D. RGB value is (35,27,61). Sum of RGB (Red+Green+Blue) = 35+27+61=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #231B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B3D is #DCE4C2. Grayscale: #212121. Windows color (decimal): -14476483 or 4004643. OLE color: 4004643.

HSL color Cylindrical-coordinate representation of color #231B3D: hue angle of 254.12º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231B3D is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB352761-
CMYK0.430.5600.76
HSL254.12º38.64%17.25%-
HSV(B)254.12º55.74%23.92%-
XYZ1.931.484.6-
YUV33.27143.65129.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=28.46%
G=21.95%
B=49.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3527610.430.5600.76254.1238.6417.25
Hex231B3D2B3804Cfe2711
Octal433375537001143764721
Binary10001111011111101101011111000010011001111111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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