Html Css Color HEX #362641 Jagger

📋 copy color: '#362641'

red 54 ◦ green 38 ◦ blue 65

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

Shades of Jagger #362641

Tints of Jagger #362641

RGB

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

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

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

R = 34.39%
G = 24.2%
B = 41.4%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362641 (or 0x362641) is known color: Jagger. HEX triplet: 36, 26 and 41. RGB value is (54,38,65). Sum of RGB (Red+Green+Blue) = 54+38+65=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #362641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362641 is #C9D9BE. Grayscale: #2D2D2D. Windows color (decimal): -13228479 or 4269622. OLE color: 4269622.

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

Color convert

RGB 54 38 65 -
CMYK 0.17 0.42 0 0.75
HSL 275.56º 0.26% 0.2% -
HSV(B) 275.56º 0.42% 0.25% -
XYZ 3.17 2.55 5.33 -
YUV 45.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 54 38 65 0.17 0.42 0 0.75 275.56 0.26 0.2
Hex 36 26 41 11 2A 0 4B 114 1A 14
Octal 66 46 101 21 52 0 113 424 32 24
Binary 110110 100110 1000001 10001 101010 0 1001011 100010100 11010 10100

Color Harmonies of #362641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362641

Black with #362641

Text Example


Text Example

White with #362641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362641; }

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

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

background-color css

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

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

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

border-color css

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

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

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