#1B1835

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

Shades of Jaguar #1B1835

Tints of Jaguar #1B1835

Color information

#1B1835 (or 0x1B1835) is unknown color: approx Jaguar. HEX triplet: 1B, 18 and 35. RGB value is (27,24,53). Sum of RGB (Red+Green+Blue) = 27+24+53=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1835 is #E4E7CA. Grayscale: #1C1C1C. Windows color (decimal): -15001547 or 3479579. OLE color: 3479579.

HSL color Cylindrical-coordinate representation of color #1B1835: hue angle of 246.21º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B1835 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB272453-
CMYK0.490.5500.79
HSL246.21º37.66%15.1%-
HSV(B)246.21º54.72%20.78%-
XYZ1.421.143.51-
YUV28.2141.99127.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.96%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=25.96%
G=23.08%
B=50.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2724530.490.5500.79246.2137.6615.1
Hex1B1835313704Ff626f
Octal333065616701173664617
Binary110111100011010111000111011101001111111101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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