Html Css Color HEX #382944 Jagger

📋 copy color: '#382944'

red 56 ◦ green 41 ◦ blue 68

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

Shades of Jagger #382944

Tints of Jagger #382944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

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

R = 33.94%
G = 24.85%
B = 41.21%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382944 (or 0x382944) is known color: Jagger. HEX triplet: 38, 29 and 44. RGB value is (56,41,68). Sum of RGB (Red+Green+Blue) = 56+41+68=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #382944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382944 is #C7D6BB. Grayscale: #303030. Windows color (decimal): -13096636 or 4467000. OLE color: 4467000.

HSL color Cylindrical-coordinate representation of color #382944: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382944 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 41 68 -
CMYK 0.18 0.40 0 0.73
HSL 273.33º 0.25% 0.21% -
HSV(B) 273.33º 0.4% 0.27% -
XYZ 3.47 2.84 5.84 -
YUV 48.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 56 41 68 0.18 0.40 0 0.73 273.33 0.25 0.21
Hex 38 29 44 12 28 0 49 111 19 15
Octal 70 51 104 22 50 0 111 421 31 25
Binary 111000 101001 1000100 10010 101000 0 1001001 100010001 11001 10101

Color Harmonies of #382944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382944

Black with #382944

Text Example


Text Example

White with #382944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382944; }

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

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

background-color css

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

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

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

border-color css

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

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

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