Html Css Color HEX #382648 Jagger

📋 copy color: '#382648'

red 56 ◦ green 38 ◦ blue 72

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

Shades of Jagger #382648

Tints of Jagger #382648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 33.73%
G = 22.89%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382648 (or 0x382648) is known color: Jagger. HEX triplet: 38, 26 and 48. RGB value is (56,38,72). Sum of RGB (Red+Green+Blue) = 56+38+72=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #382648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382648 is #C7D9B7. Grayscale: #2F2F2F. Windows color (decimal): -13097400 or 4728376. OLE color: 4728376.

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

Color convert

RGB 56 38 72 -
CMYK 0.22 0.47 0 0.72
HSL 271.76º 0.31% 0.22% -
HSV(B) 271.76º 0.47% 0.28% -
XYZ 3.49 2.69 6.47 -
YUV 47.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 56 38 72 0.22 0.47 0 0.72 271.76 0.31 0.22
Hex 38 26 48 16 2F 0 48 110 1F 16
Octal 70 46 110 26 57 0 110 420 37 26
Binary 111000 100110 1001000 10110 101111 0 1001000 100010000 11111 10110

Color Harmonies of #382648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382648

Black with #382648

Text Example


Text Example

White with #382648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382648; }

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

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

background-color css

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

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

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

border-color css

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

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

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