#261C37

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

Shades of Tolopea #261C37

Tints of Tolopea #261C37

Color information

#261C37 (or 0x261C37) is unknown color: approx Tolopea. HEX triplet: 26, 1C and 37. RGB value is (38,28,55). Sum of RGB (Red+Green+Blue) = 38+28+55=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #261C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C37 is #D9E3C8. Grayscale: #212121. Windows color (decimal): -14279625 or 3611686. OLE color: 3611686.

HSL color Cylindrical-coordinate representation of color #261C37: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #261C37 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB382855-
CMYK0.310.4900.78
HSL262.22º32.53%16.27%-
HSV(B)262.22º49.09%21.57%-
XYZ1.91.523.81-
YUV34.07139.81130.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=31.40%
G=23.14%
B=45.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3828550.310.4900.78262.2232.5316.27
Hex261C371F3104E1062110
Octal463467376101164064120
Binary10011011100110111111111100010100111010000011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C37; }

 p { color: rgb(38,28,55); }

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

<style>
 a { background-color: #261C37; }

 a { background-color: rgb(38,28,55); }

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

<style>
 span { border-color: #261C37; }

 span { border-color: rgb(38,28,55); }

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