Html Css Color HEX #362642 Jagger

📋 copy color: '#362642'

red 54 ◦ green 38 ◦ blue 66

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

Shades of Jagger #362642

Tints of Jagger #362642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 34.18%
G = 24.05%
B = 41.77%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#362642 (or 0x362642) is known color: Jagger. HEX triplet: 36, 26 and 42. RGB value is (54,38,66). Sum of RGB (Red+Green+Blue) = 54+38+66=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 66 - color contains mainly: blue. Hex color #362642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362642 is #C9D9BD. Grayscale: #2D2D2D. Windows color (decimal): -13228478 or 4335158. OLE color: 4335158.

HSL color Cylindrical-coordinate representation of color #362642: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #362642 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 38 66 -
CMYK 0.18 0.42 0 0.74
HSL 274.29º 0.27% 0.2% -
HSV(B) 274.29º 0.42% 0.26% -
XYZ 3.2 2.56 5.48 -
YUV 45.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 54 38 66 0.18 0.42 0 0.74 274.29 0.27 0.2
Hex 36 26 42 12 2A 0 4A 112 1B 14
Octal 66 46 102 22 52 0 112 422 33 24
Binary 110110 100110 1000010 10010 101010 0 1001010 100010010 11011 10100

Color Harmonies of #362642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362642

Black with #362642

Text Example


Text Example

White with #362642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362642; }

 p { color: rgb(54,38,66); }

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

background-color css

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

 a { background-color: rgb(54,38,66); }

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

border-color css

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

 span { border-color: rgb(54,38,66); }

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