Html Css Color HEX #362843 Jagger

📋 copy color: '#362843'

red 54 ◦ green 40 ◦ blue 67

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

Shades of Jagger #362843

Tints of Jagger #362843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 33.54%
G = 24.84%
B = 41.61%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#362843 (or 0x362843) is known color: Jagger. HEX triplet: 36, 28 and 43. RGB value is (54,40,67). Sum of RGB (Red+Green+Blue) = 54+40+67=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #362843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362843 is #C9D7BC. Grayscale: #2F2F2F. Windows color (decimal): -13227965 or 4401206. OLE color: 4401206.

HSL color Cylindrical-coordinate representation of color #362843: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #362843 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 40 67 -
CMYK 0.19 0.40 0 0.74
HSL 271.11º 0.25% 0.21% -
HSV(B) 271.11º 0.4% 0.26% -
XYZ 3.29 2.71 5.66 -
YUV 47.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 54 40 67 0.19 0.40 0 0.74 271.11 0.25 0.21
Hex 36 28 43 13 28 0 4A 10F 19 15
Octal 66 50 103 23 50 0 112 417 31 25
Binary 110110 101000 1000011 10011 101000 0 1001010 100001111 11001 10101

Color Harmonies of #362843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362843

Black with #362843

Text Example


Text Example

White with #362843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362843; }

 p { color: rgb(54,40,67); }

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

background-color css

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

 a { background-color: rgb(54,40,67); }

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

border-color css

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

 span { border-color: rgb(54,40,67); }

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