#1C1B25

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

Shades of Jaguar #1C1B25

Tints of Jaguar #1C1B25

Color information

#1C1B25 (or 0x1C1B25) is unknown color: approx Jaguar. HEX triplet: 1C, 1B and 25. RGB value is (28,27,37). Sum of RGB (Red+Green+Blue) = 28+27+37=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B25 is #E3E4DA. Grayscale: #1C1C1C. Windows color (decimal): -14935259 or 2431772. OLE color: 2431772.

HSL color Cylindrical-coordinate representation of color #1C1B25: hue angle of 246º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1C1B25 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB282737-
CMYK0.240.2700.85
HSL246º15.62%12.55%-
HSV(B)246º27.03%14.51%-
XYZ1.21.161.91-
YUV28.44132.83127.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=30.43%
G=29.35%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2827370.240.2700.8524615.6212.55
Hex1C1B25181B055f610d
Octal343345303301253662015
Binary111001101110010111000110110101010111110110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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