Html Css Color HEX #1C1B38 Jaguar

📋 copy color: '#1C1B38'

red 28 ◦ green 27 ◦ blue 56

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

Shades of Jaguar #1C1B38

Tints of Jaguar #1C1B38

RGB

 RED value IS 28 (11.33% from 255) = 25.23%

 GREEN value IS 27 (10.94% from 255) = 24.32%

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 25.23%
G = 24.32%
B = 50.45%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1C1B38 (or 0x1C1B38) is known color: Jaguar. HEX triplet: 1C, 1B and 38. RGB value is (28,27,56). Sum of RGB (Red+Green+Blue) = 28+27+56=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B38 is #E3E4C7. Grayscale: #1E1E1E. Windows color (decimal): -14935240 or 3676956. OLE color: 3676956.

HSL color Cylindrical-coordinate representation of color #1C1B38: hue angle of 242.07º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C1B38 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 27 56 -
CMYK 0.50 0.52 0 0.78
HSL 242.07º 0.35% 0.16% -
HSV(B) 242.07º 0.52% 0.22% -
XYZ 1.58 1.32 3.91 -
YUV 30.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 28 27 56 0.50 0.52 0 0.78 242.07 0.35 0.16
Hex 1C 1B 38 32 34 0 4E F2 23 10
Octal 34 33 70 62 64 0 116 362 43 20
Binary 11100 11011 111000 110010 110100 0 1001110 11110010 100011 10000

Color Harmonies of #1C1B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1B38

Black with #1C1B38

Text Example


Text Example

White with #1C1B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,27,56); }

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

background-color css

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

 a { background-color: rgb(28,27,56); }

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

border-color css

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

 span { border-color: rgb(28,27,56); }

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