Html Css Color HEX #382248 Jagger

📋 copy color: '#382248'

red 56 ◦ green 34 ◦ blue 72

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

Shades of Jagger #382248

Tints of Jagger #382248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.99%

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

R = 34.57%
G = 20.99%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#382248 (or 0x382248) is known color: Jagger. HEX triplet: 38, 22 and 48. RGB value is (56,34,72). Sum of RGB (Red+Green+Blue) = 56+34+72=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #382248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382248 is #C7DDB7. Grayscale: #2C2C2C. Windows color (decimal): -13098424 or 4727352. OLE color: 4727352.

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

Color convert

RGB 56 34 72 -
CMYK 0.22 0.53 0 0.72
HSL 274.74º 0.36% 0.21% -
HSV(B) 274.74º 0.53% 0.28% -
XYZ 3.37 2.45 6.43 -
YUV 44.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 56 34 72 0.22 0.53 0 0.72 274.74 0.36 0.21
Hex 38 22 48 16 35 0 48 113 24 15
Octal 70 42 110 26 65 0 110 423 44 25
Binary 111000 100010 1001000 10110 110101 0 1001000 100010011 100100 10101

Color Harmonies of #382248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382248

Black with #382248

Text Example


Text Example

White with #382248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382248; }

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

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

background-color css

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

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

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

border-color css

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

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

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