Html Css Color HEX #382545 Jagger

📋 copy color: '#382545'

red 56 ◦ green 37 ◦ blue 69

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

Shades of Jagger #382545

Tints of Jagger #382545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.59%

R = 34.57%
G = 22.84%
B = 42.59%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382545 (or 0x382545) is known color: Jagger. HEX triplet: 38, 25 and 45. RGB value is (56,37,69). Sum of RGB (Red+Green+Blue) = 56+37+69=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #382545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382545 is #C7DABA. Grayscale: #2E2E2E. Windows color (decimal): -13097659 or 4531512. OLE color: 4531512.

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

Color convert

RGB 56 37 69 -
CMYK 0.19 0.46 0 0.73
HSL 275.63º 0.3% 0.21% -
HSV(B) 275.63º 0.46% 0.27% -
XYZ 3.37 2.59 5.95 -
YUV 46.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 56 37 69 0.19 0.46 0 0.73 275.63 0.3 0.21
Hex 38 25 45 13 2E 0 49 114 1E 15
Octal 70 45 105 23 56 0 111 424 36 25
Binary 111000 100101 1000101 10011 101110 0 1001001 100010100 11110 10101

Color Harmonies of #382545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382545

Black with #382545

Text Example


Text Example

White with #382545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382545; }

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

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

background-color css

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

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

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

border-color css

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

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

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