#231E3D

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

Shades of Tolopea #231E3D

Tints of Tolopea #231E3D

Color information

#231E3D (or 0x231E3D) is unknown color: approx Tolopea. HEX triplet: 23, 1E and 3D. RGB value is (35,30,61). Sum of RGB (Red+Green+Blue) = 35+30+61=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #231E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E3D is #DCE1C2. Grayscale: #222222. Windows color (decimal): -14475715 or 4005411. OLE color: 4005411.

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

Color convert

RGB353061-
CMYK0.430.5100.76
HSL249.68º34.07%17.84%-
HSV(B)249.68º50.82%23.92%-
XYZ21.624.62-
YUV35.03142.66127.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=27.78%
G=23.81%
B=48.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3530610.430.5100.76249.6834.0717.84
Hex231E3D2B3304Cfa2212
Octal433675536301143724222
Binary10001111110111101101011110011010011001111101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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