Html Css Color HEX #382848 Jagger

📋 copy color: '#382848'

red 56 ◦ green 40 ◦ blue 72

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

Shades of Jagger #382848

Tints of Jagger #382848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

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

R = 33.33%
G = 23.81%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382848 (or 0x382848) is known color: Jagger. HEX triplet: 38, 28 and 48. RGB value is (56,40,72). Sum of RGB (Red+Green+Blue) = 56+40+72=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #382848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382848 is #C7D7B7. Grayscale: #303030. Windows color (decimal): -13096888 or 4728888. OLE color: 4728888.

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

Color convert

RGB 56 40 72 -
CMYK 0.22 0.44 0 0.72
HSL 270º 0.29% 0.22% -
HSV(B) 270º 0.44% 0.28% -
XYZ 3.56 2.83 6.49 -
YUV 48.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 56 40 72 0.22 0.44 0 0.72 270 0.29 0.22
Hex 38 28 48 16 2C 0 48 10E 1D 16
Octal 70 50 110 26 54 0 110 416 35 26
Binary 111000 101000 1001000 10110 101100 0 1001000 100001110 11101 10110

Color Harmonies of #382848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382848

Black with #382848

Text Example


Text Example

White with #382848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382848; }

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

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

background-color css

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

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

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

border-color css

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

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

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