Html Css Color HEX #382448 Jagger

📋 copy color: '#382448'

red 56 ◦ green 36 ◦ blue 72

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

Shades of Jagger #382448

Tints of Jagger #382448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 34.15%
G = 21.95%
B = 43.9%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382448 (or 0x382448) is known color: Jagger. HEX triplet: 38, 24 and 48. RGB value is (56,36,72). Sum of RGB (Red+Green+Blue) = 56+36+72=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #382448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382448 is #C7DBB7. Grayscale: #2D2D2D. Windows color (decimal): -13097912 or 4727864. OLE color: 4727864.

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

Color convert

RGB 56 36 72 -
CMYK 0.22 0.5 0 0.72
HSL 273.33º 0.33% 0.21% -
HSV(B) 273.33º 0.5% 0.28% -
XYZ 3.43 2.57 6.45 -
YUV 46.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 56 36 72 0.22 0.5 0 0.72 273.33 0.33 0.21
Hex 38 24 48 16 32 0 48 111 21 15
Octal 70 44 110 26 62 0 110 421 41 25
Binary 111000 100100 1001000 10110 110010 0 1001000 100010001 100001 10101

Color Harmonies of #382448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382448

Black with #382448

Text Example


Text Example

White with #382448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382448; }

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

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

background-color css

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

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

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

border-color css

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

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

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