Html Css Color HEX #362941 Jagger

📋 copy color: '#362941'

red 54 ◦ green 41 ◦ blue 65

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

Shades of Jagger #362941

Tints of Jagger #362941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 33.75%
G = 25.63%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362941 (or 0x362941) is known color: Jagger. HEX triplet: 36, 29 and 41. RGB value is (54,41,65). Sum of RGB (Red+Green+Blue) = 54+41+65=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #362941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362941 is #C9D6BE. Grayscale: #2F2F2F. Windows color (decimal): -13227711 or 4270390. OLE color: 4270390.

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

Color convert

RGB 54 41 65 -
CMYK 0.17 0.37 0 0.75
HSL 272.5º 0.23% 0.21% -
HSV(B) 272.5º 0.37% 0.25% -
XYZ 3.27 2.75 5.36 -
YUV 47.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 54 41 65 0.17 0.37 0 0.75 272.5 0.23 0.21
Hex 36 29 41 11 25 0 4B 110 17 15
Octal 66 51 101 21 45 0 113 420 27 25
Binary 110110 101001 1000001 10001 100101 0 1001011 100010000 10111 10101

Color Harmonies of #362941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362941

Black with #362941

Text Example


Text Example

White with #362941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362941; }

 p { color: rgb(54,41,65); }

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

background-color css

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

 a { background-color: rgb(54,41,65); }

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

border-color css

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

 span { border-color: rgb(54,41,65); }

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