#231C2F

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

Shades of Tolopea #231C2F

Tints of Tolopea #231C2F

Color information

#231C2F (or 0x231C2F) is unknown color: approx Tolopea. HEX triplet: 23, 1C and 2F. RGB value is (35,28,47). Sum of RGB (Red+Green+Blue) = 35+28+47=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #231C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C2F is #DCE3D0. Grayscale: #202020. Windows color (decimal): -14476241 or 3087395. OLE color: 3087395.

HSL color Cylindrical-coordinate representation of color #231C2F: hue angle of 262.11º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231C2F is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB352847-
CMYK0.260.4000.82
HSL262.11º25.33%14.71%-
HSV(B)262.11º40.43%18.43%-
XYZ1.621.392.87-
YUV32.26136.32129.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=31.82%
G=25.45%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3528470.260.4000.82262.1125.3314.71
Hex231C2F1A2805210619f
Octal433457325001224063117
Binary100011111001011111101010100001010010100000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,47); }

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

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

 a { background-color: rgb(35,28,47); }

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

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

 span { border-color: rgb(35,28,47); }

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