Html Css Color HEX #382748 Jagger

📋 copy color: '#382748'

red 56 ◦ green 39 ◦ blue 72

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

Shades of Jagger #382748

Tints of Jagger #382748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

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

R = 33.53%
G = 23.35%
B = 43.11%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382748 (or 0x382748) is known color: Jagger. HEX triplet: 38, 27 and 48. RGB value is (56,39,72). Sum of RGB (Red+Green+Blue) = 56+39+72=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #382748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382748 is #C7D8B7. Grayscale: #2F2F2F. Windows color (decimal): -13097144 or 4728632. OLE color: 4728632.

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

Color convert

RGB 56 39 72 -
CMYK 0.22 0.46 0 0.72
HSL 270.91º 0.3% 0.22% -
HSV(B) 270.91º 0.46% 0.28% -
XYZ 3.53 2.76 6.48 -
YUV 47.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 56 39 72 0.22 0.46 0 0.72 270.91 0.3 0.22
Hex 38 27 48 16 2E 0 48 10F 1E 16
Octal 70 47 110 26 56 0 110 417 36 26
Binary 111000 100111 1001000 10110 101110 0 1001000 100001111 11110 10110

Color Harmonies of #382748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382748

Black with #382748

Text Example


Text Example

White with #382748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382748; }

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

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

background-color css

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

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

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

border-color css

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

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

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