Html Css Color HEX #362E3F Jagger

📋 copy color: '#362E3F'

red 54 ◦ green 46 ◦ blue 63

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

Shades of Jagger #362E3F

Tints of Jagger #362E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 33.13%
G = 28.22%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362E3F (or 0x362E3F) is known color: Jagger. HEX triplet: 36, 2E and 3F. RGB value is (54,46,63). Sum of RGB (Red+Green+Blue) = 54+46+63=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #362E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E3F is #C9D1C0. Grayscale: #323232. Windows color (decimal): -13226433 or 4140598. OLE color: 4140598.

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

Color convert

RGB 54 46 63 -
CMYK 0.14 0.27 0 0.75
HSL 268.24º 0.16% 0.21% -
HSV(B) 268.24º 0.27% 0.25% -
XYZ 3.4 3.1 5.12 -
YUV 50.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 54 46 63 0.14 0.27 0 0.75 268.24 0.16 0.21
Hex 36 2E 3F E 1B 0 4B 10C 10 15
Octal 66 56 77 16 33 0 113 414 20 25
Binary 110110 101110 111111 1110 11011 0 1001011 100001100 10000 10101

Color Harmonies of #362E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E3F

Black with #362E3F

Text Example


Text Example

White with #362E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,46,63); }

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

background-color css

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

 a { background-color: rgb(54,46,63); }

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

border-color css

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

 span { border-color: rgb(54,46,63); }

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