#1C1B24

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

Shades of Jaguar #1C1B24

Tints of Jaguar #1C1B24

Color information

#1C1B24 (or 0x1C1B24) is unknown color: approx Jaguar. HEX triplet: 1C, 1B and 24. RGB value is (28,27,36). Sum of RGB (Red+Green+Blue) = 28+27+36=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C1B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B24 is #E3E4DB. Grayscale: #1C1C1C. Windows color (decimal): -14935260 or 2366236. OLE color: 2366236.

HSL color Cylindrical-coordinate representation of color #1C1B24: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1B24 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB282736-
CMYK0.220.2500.86
HSL246.67º14.29%12.35%-
HSV(B)246.67º25%14.12%-
XYZ1.191.161.83-
YUV28.32132.33127.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=30.77%
G=29.67%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2827360.220.2500.86246.6714.2912.35
Hex1C1B241619056f7ec
Octal343344263101263671614
Binary11100110111001001011011001010101101111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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