Html Css Color HEX #1B1829 Jaguar

📋 copy color: '#1B1829'

red 27 ◦ green 24 ◦ blue 41

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

Shades of Jaguar #1B1829

Tints of Jaguar #1B1829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 44.57%

R = 29.35%
G = 26.09%
B = 44.57%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B1829 (or 0x1B1829) is known color: Jaguar. HEX triplet: 1B, 18 and 29. RGB value is (27,24,41). Sum of RGB (Red+Green+Blue) = 27+24+41=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #1B1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1829 is #E4E7D6. Grayscale: #1A1A1A. Windows color (decimal): -15001559 or 2693147. OLE color: 2693147.

HSL color Cylindrical-coordinate representation of color #1B1829: hue angle of 250.59º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1829 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 24 41 -
CMYK 0.34 0.41 0 0.84
HSL 250.59º 0.26% 0.13% -
HSV(B) 250.59º 0.41% 0.16% -
XYZ 1.18 1.05 2.24 -
YUV 26.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 27 24 41 0.34 0.41 0 0.84 250.59 0.26 0.13
Hex 1B 18 29 22 29 0 54 FB 1A D
Octal 33 30 51 42 51 0 124 373 32 15
Binary 11011 11000 101001 100010 101001 0 1010100 11111011 11010 1101

Color Harmonies of #1B1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1829

Black with #1B1829

Text Example


Text Example

White with #1B1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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