Html Css Color HEX #1B182B Jaguar

📋 copy color: '#1B182B'

red 27 ◦ green 24 ◦ blue 43

#1B182B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #1B182B

Tints of Jaguar #1B182B

RGB

 RED value IS 27 (10.94% from 255) = 28.72%

 GREEN value IS 24 (9.77% from 255) = 25.53%

 BLUE value IS 43 (17.19% from 255) = 45.74%

R = 28.72%
G = 25.53%
B = 45.74%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B182B (or 0x1B182B) is known color: Jaguar. HEX triplet: 1B, 18 and 2B. RGB value is (27,24,43). Sum of RGB (Red+Green+Blue) = 27+24+43=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B182B is #E4E7D4. Grayscale: #1A1A1A. Windows color (decimal): -15001557 or 2824219. OLE color: 2824219.

HSL color Cylindrical-coordinate representation of color #1B182B: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B182B is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 27 24 43 -
CMYK 0.37 0.44 0 0.83
HSL 249.47º 0.28% 0.13% -
HSV(B) 249.47º 0.44% 0.17% -
XYZ 1.21 1.06 2.43 -
YUV 27.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 27 24 43 0.37 0.44 0 0.83 249.47 0.28 0.13
Hex 1B 18 2B 25 2C 0 53 F9 1C D
Octal 33 30 53 45 54 0 123 371 34 15
Binary 11011 11000 101011 100101 101100 0 1010011 11111001 11100 1101

Color Harmonies of #1B182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B182B

Black with #1B182B

Text Example


Text Example

White with #1B182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B182B;
 }
 .AnyTagClassName
 {
   color: #1B182B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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