Html Css Color HEX #382948 Jagger

📋 copy color: '#382948'

red 56 ◦ green 41 ◦ blue 72

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

Shades of Jagger #382948

Tints of Jagger #382948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 33.14%
G = 24.26%
B = 42.6%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382948 (or 0x382948) is known color: Jagger. HEX triplet: 38, 29 and 48. RGB value is (56,41,72). Sum of RGB (Red+Green+Blue) = 56+41+72=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #382948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382948 is #C7D6B7. Grayscale: #303030. Windows color (decimal): -13096632 or 4729144. OLE color: 4729144.

HSL color Cylindrical-coordinate representation of color #382948: hue angle of 269.03º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382948 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 41 72 -
CMYK 0.22 0.43 0 0.72
HSL 269.03º 0.27% 0.22% -
HSV(B) 269.03º 0.43% 0.28% -
XYZ 3.59 2.89 6.5 -
YUV 49.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 56 41 72 0.22 0.43 0 0.72 269.03 0.27 0.22
Hex 38 29 48 16 2B 0 48 10D 1B 16
Octal 70 51 110 26 53 0 110 415 33 26
Binary 111000 101001 1001000 10110 101011 0 1001000 100001101 11011 10110

Color Harmonies of #382948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382948

Black with #382948

Text Example


Text Example

White with #382948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382948; }

 p { color: rgb(56,41,72); }

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

background-color css

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

 a { background-color: rgb(56,41,72); }

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

border-color css

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

 span { border-color: rgb(56,41,72); }

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