Html Css Color HEX #362940 Jagger

📋 copy color: '#362940'

red 54 ◦ green 41 ◦ blue 64

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

Shades of Jagger #362940

Tints of Jagger #362940

RGB

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

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

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

R = 33.96%
G = 25.79%
B = 40.25%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362940 (or 0x362940) is known color: Jagger. HEX triplet: 36, 29 and 40. RGB value is (54,41,64). Sum of RGB (Red+Green+Blue) = 54+41+64=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #362940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362940 is #C9D6BF. Grayscale: #2F2F2F. Windows color (decimal): -13227712 or 4204854. OLE color: 4204854.

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

Color convert

RGB 54 41 64 -
CMYK 0.16 0.36 0 0.75
HSL 273.91º 0.22% 0.21% -
HSV(B) 273.91º 0.36% 0.25% -
XYZ 3.24 2.74 5.21 -
YUV 47.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 54 41 64 0.16 0.36 0 0.75 273.91 0.22 0.21
Hex 36 29 40 10 24 0 4B 112 16 15
Octal 66 51 100 20 44 0 113 422 26 25
Binary 110110 101001 1000000 10000 100100 0 1001011 100010010 10110 10101

Color Harmonies of #362940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362940

Black with #362940

Text Example


Text Example

White with #362940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362940; }

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

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

background-color css

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

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

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

border-color css

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

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

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