Html Css Color HEX #362840 Jagger

📋 copy color: '#362840'

red 54 ◦ green 40 ◦ blue 64

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

Shades of Jagger #362840

Tints of Jagger #362840

RGB

 RED value IS 54 (21.48% from 255) = 34.18%

 GREEN value IS 40 (16.02% from 255) = 25.32%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 34.18%
G = 25.32%
B = 40.51%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362840 (or 0x362840) is known color: Jagger. HEX triplet: 36, 28 and 40. RGB value is (54,40,64). Sum of RGB (Red+Green+Blue) = 54+40+64=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #362840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362840 is #C9D7BF. Grayscale: #2E2E2E. Windows color (decimal): -13227968 or 4204598. OLE color: 4204598.

HSL color Cylindrical-coordinate representation of color #362840: hue angle of 275º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #362840 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 40 64 -
CMYK 0.16 0.38 0 0.75
HSL 275º 0.23% 0.2% -
HSV(B) 275º 0.38% 0.25% -
XYZ 3.21 2.67 5.2 -
YUV 46.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 54 40 64 0.16 0.38 0 0.75 275 0.23 0.2
Hex 36 28 40 10 26 0 4B 113 17 14
Octal 66 50 100 20 46 0 113 423 27 24
Binary 110110 101000 1000000 10000 100110 0 1001011 100010011 10111 10100

Color Harmonies of #362840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362840

Black with #362840

Text Example


Text Example

White with #362840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362840; }

 p { color: rgb(54,40,64); }

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

background-color css

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

 a { background-color: rgb(54,40,64); }

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

border-color css

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

 span { border-color: rgb(54,40,64); }

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