#1C1B38

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

Shades of Jaguar #1C1B38

Tints of Jaguar #1C1B38

Color information

#1C1B38 (or 0x1C1B38) is unknown color: approx Jaguar. HEX triplet: 1C, 1B and 38. RGB value is (28,27,56). Sum of RGB (Red+Green+Blue) = 28+27+56=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B38 is #E3E4C7. Grayscale: #1E1E1E. Windows color (decimal): -14935240 or 3676956. OLE color: 3676956.

HSL color Cylindrical-coordinate representation of color #1C1B38: hue angle of 242.07º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C1B38 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB282756-
CMYK0.500.5200.78
HSL242.07º34.94%16.27%-
HSV(B)242.07º51.79%21.96%-
XYZ1.581.323.91-
YUV30.6142.33126.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=25.23%
G=24.32%
B=50.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2827560.500.5200.78242.0734.9416.27
Hex1C1B38323404Ef22310
Octal343370626401163624320
Binary1110011011111000110010110100010011101111001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,27,56); }

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

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

 a { background-color: rgb(28,27,56); }

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

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

 span { border-color: rgb(28,27,56); }

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