#1B182F

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

Shades of Jaguar #1B182F

Tints of Jaguar #1B182F

Color information

#1B182F (or 0x1B182F) is unknown color: approx Jaguar. HEX triplet: 1B, 18 and 2F. RGB value is (27,24,47). Sum of RGB (Red+Green+Blue) = 27+24+47=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B182F is #E4E7D0. Grayscale: #1B1B1B. Windows color (decimal): -15001553 or 3086363. OLE color: 3086363.

HSL color Cylindrical-coordinate representation of color #1B182F: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B182F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB272447-
CMYK0.430.4900.82
HSL247.83º32.39%13.92%-
HSV(B)247.83º48.94%18.43%-
XYZ1.291.092.83-
YUV27.52138.99127.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.55%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=27.55%
G=24.49%
B=47.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2724470.430.4900.82247.8332.3913.92
Hex1B182F2B31052f820e
Octal333057536101223704016
Binary110111100010111110101111000101010010111110001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,47); }

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

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

 a { background-color: rgb(27,24,47); }

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

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

 span { border-color: rgb(27,24,47); }

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