#1C1537

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

Shades of Tolopea #1C1537

Tints of Tolopea #1C1537

Color information

#1C1537 (or 0x1C1537) is unknown color: approx Tolopea. HEX triplet: 1C, 15 and 37. RGB value is (28,21,55). Sum of RGB (Red+Green+Blue) = 28+21+55=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #1C1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1537 is #E3EAC8. Grayscale: #1A1A1A. Windows color (decimal): -14936777 or 3609884. OLE color: 3609884.

HSL color Cylindrical-coordinate representation of color #1C1537: hue angle of 252.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C1537 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB282155-
CMYK0.490.6200.78
HSL252.35º44.74%14.9%-
HSV(B)252.35º61.82%21.57%-
XYZ1.441.063.74-
YUV26.97143.82128.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.92%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=26.92%
G=20.19%
B=52.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2821550.490.6200.78252.3544.7414.9
Hex1C1537313E04Efc2df
Octal342567617601163745517
Binary111001010111011111000111111001001110111111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1537; }

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

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

<style>
 a { background-color: #1C1537; }

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

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

<style>
 span { border-color: #1C1537; }

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

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