Html Css Color HEX #382444 Jagger

📋 copy color: '#382444'

red 56 ◦ green 36 ◦ blue 68

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

Shades of Jagger #382444

Tints of Jagger #382444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.5%

R = 35%
G = 22.5%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382444 (or 0x382444) is known color: Jagger. HEX triplet: 38, 24 and 44. RGB value is (56,36,68). Sum of RGB (Red+Green+Blue) = 56+36+68=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #382444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382444 is #C7DBBB. Grayscale: #2D2D2D. Windows color (decimal): -13097916 or 4465720. OLE color: 4465720.

HSL color Cylindrical-coordinate representation of color #382444: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382444 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 36 68 -
CMYK 0.18 0.47 0 0.73
HSL 277.5º 0.31% 0.2% -
HSV(B) 277.5º 0.47% 0.27% -
XYZ 3.31 2.52 5.78 -
YUV 45.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 56 36 68 0.18 0.47 0 0.73 277.5 0.31 0.2
Hex 38 24 44 12 2F 0 49 116 1F 14
Octal 70 44 104 22 57 0 111 426 37 24
Binary 111000 100100 1000100 10010 101111 0 1001001 100010110 11111 10100

Color Harmonies of #382444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382444

Black with #382444

Text Example


Text Example

White with #382444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382444; }

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

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

background-color css

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

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

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

border-color css

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

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

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