Html Css Color HEX #362741 Jagger

📋 copy color: '#362741'

red 54 ◦ green 39 ◦ blue 65

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

Shades of Jagger #362741

Tints of Jagger #362741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 34.18%
G = 24.68%
B = 41.14%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362741 (or 0x362741) is known color: Jagger. HEX triplet: 36, 27 and 41. RGB value is (54,39,65). Sum of RGB (Red+Green+Blue) = 54+39+65=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #362741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362741 is #C9D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13228223 or 4269878. OLE color: 4269878.

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

Color convert

RGB 54 39 65 -
CMYK 0.17 0.40 0 0.75
HSL 274.62º 0.25% 0.2% -
HSV(B) 274.62º 0.4% 0.25% -
XYZ 3.2 2.62 5.34 -
YUV 46.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 54 39 65 0.17 0.40 0 0.75 274.62 0.25 0.2
Hex 36 27 41 11 28 0 4B 113 19 14
Octal 66 47 101 21 50 0 113 423 31 24
Binary 110110 100111 1000001 10001 101000 0 1001011 100010011 11001 10100

Color Harmonies of #362741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362741

Black with #362741

Text Example


Text Example

White with #362741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362741; }

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

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

background-color css

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

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

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

border-color css

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

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

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