Html Css Color HEX #362B42 Jagger

📋 copy color: '#362B42'

red 54 ◦ green 43 ◦ blue 66

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

Shades of Jagger #362B42

Tints of Jagger #362B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 33.13%
G = 26.38%
B = 40.49%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#362B42 (or 0x362B42) is known color: Jagger. HEX triplet: 36, 2B and 42. RGB value is (54,43,66). Sum of RGB (Red+Green+Blue) = 54+43+66=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #362B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B42 is #C9D4BD. Grayscale: #303030. Windows color (decimal): -13227198 or 4336438. OLE color: 4336438.

HSL color Cylindrical-coordinate representation of color #362B42: hue angle of 268.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362B42 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 43 66 -
CMYK 0.18 0.35 0 0.74
HSL 268.7º 0.21% 0.21% -
HSV(B) 268.7º 0.35% 0.26% -
XYZ 3.37 2.91 5.54 -
YUV 48.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 54 43 66 0.18 0.35 0 0.74 268.7 0.21 0.21
Hex 36 2B 42 12 23 0 4A 10D 15 15
Octal 66 53 102 22 43 0 112 415 25 25
Binary 110110 101011 1000010 10010 100011 0 1001010 100001101 10101 10101

Color Harmonies of #362B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B42

Black with #362B42

Text Example


Text Example

White with #362B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362B42; }

 p { color: rgb(54,43,66); }

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

background-color css

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

 a { background-color: rgb(54,43,66); }

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

border-color css

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

 span { border-color: rgb(54,43,66); }

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