#1C0F35

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

Shades of Tolopea #1C0F35

Tints of Tolopea #1C0F35

Color information

#1C0F35 (or 0x1C0F35) is unknown color: approx Tolopea. HEX triplet: 1C, 0F and 35. RGB value is (28,15,53). Sum of RGB (Red+Green+Blue) = 28+15+53=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #1C0F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F35 is #E3F0CA. Grayscale: #171717. Windows color (decimal): -14938315 or 3477276. OLE color: 3477276.

HSL color Cylindrical-coordinate representation of color #1C0F35: hue angle of 260.53º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C0F35 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB281553-
CMYK0.470.7200.79
HSL260.53º55.88%13.33%-
HSV(B)260.53º71.7%20.78%-
XYZ1.290.853.46-
YUV23.22144.81131.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=29.17%
G=15.62%
B=55.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2815530.470.7200.79260.5355.8813.33
Hex1CF352F4804F10538d
Octal3417655711001174057015
Binary1110011111101011011111001000010011111000001011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,53); }

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

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

 a { background-color: rgb(28,15,53); }

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

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

 span { border-color: rgb(28,15,53); }

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