Html Css Color HEX #1B1A21 Jaguar

📋 copy color: '#1B1A21'

red 27 ◦ green 26 ◦ blue 33

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

Shades of Jaguar #1B1A21

Tints of Jaguar #1B1A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.23%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 31.4%
G = 30.23%
B = 38.37%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B1A21 (or 0x1B1A21) is known color: Jaguar. HEX triplet: 1B, 1A and 21. RGB value is (27,26,33). Sum of RGB (Red+Green+Blue) = 27+26+33=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1A21 is #E4E5DE. Grayscale: #1B1B1B. Windows color (decimal): -15001055 or 2169371. OLE color: 2169371.

HSL color Cylindrical-coordinate representation of color #1B1A21: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1B1A21 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 26 33 -
CMYK 0.18 0.21 0 0.87
HSL 248.57º 0.12% 0.12% -
HSV(B) 248.57º 0.21% 0.13% -
XYZ 1.1 1.08 1.59 -
YUV 27.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 27 26 33 0.18 0.21 0 0.87 248.57 0.12 0.12
Hex 1B 1A 21 12 15 0 57 F9 C C
Octal 33 32 41 22 25 0 127 371 14 14
Binary 11011 11010 100001 10010 10101 0 1010111 11111001 1100 1100

Color Harmonies of #1B1A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1A21

Black with #1B1A21

Text Example


Text Example

White with #1B1A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,26,33); }

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

background-color css

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

 a { background-color: rgb(27,26,33); }

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

border-color css

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

 span { border-color: rgb(27,26,33); }

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