Html Css Color HEX #382546 Jagger

📋 copy color: '#382546'

red 56 ◦ green 37 ◦ blue 70

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

Shades of Jagger #382546

Tints of Jagger #382546

RGB

 RED value IS 56 (22.27% from 255) = 34.36%

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 34.36%
G = 22.7%
B = 42.94%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382546 (or 0x382546) is known color: Jagger. HEX triplet: 38, 25 and 46. RGB value is (56,37,70). Sum of RGB (Red+Green+Blue) = 56+37+70=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #382546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382546 is #C7DAB9. Grayscale: #2E2E2E. Windows color (decimal): -13097658 or 4597048. OLE color: 4597048.

HSL color Cylindrical-coordinate representation of color #382546: hue angle of 274.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382546 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 37 70 -
CMYK 0.20 0.47 0 0.73
HSL 274.55º 0.31% 0.21% -
HSV(B) 274.55º 0.47% 0.27% -
XYZ 3.4 2.61 6.12 -
YUV 46.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 56 37 70 0.20 0.47 0 0.73 274.55 0.31 0.21
Hex 38 25 46 14 2F 0 49 113 1F 15
Octal 70 45 106 24 57 0 111 423 37 25
Binary 111000 100101 1000110 10100 101111 0 1001001 100010011 11111 10101

Color Harmonies of #382546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382546

Black with #382546

Text Example


Text Example

White with #382546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382546; }

 p { color: rgb(56,37,70); }

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

background-color css

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

 a { background-color: rgb(56,37,70); }

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

border-color css

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

 span { border-color: rgb(56,37,70); }

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