Html Css Color HEX #382644 Jagger

📋 copy color: '#382644'

red 56 ◦ green 38 ◦ blue 68

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

Shades of Jagger #382644

Tints of Jagger #382644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 34.57%
G = 23.46%
B = 41.98%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382644 (or 0x382644) is known color: Jagger. HEX triplet: 38, 26 and 44. RGB value is (56,38,68). Sum of RGB (Red+Green+Blue) = 56+38+68=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #382644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382644 is #C7D9BB. Grayscale: #2E2E2E. Windows color (decimal): -13097404 or 4466232. OLE color: 4466232.

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

Color convert

RGB 56 38 68 -
CMYK 0.18 0.44 0 0.73
HSL 276º 0.28% 0.21% -
HSV(B) 276º 0.44% 0.27% -
XYZ 3.37 2.64 5.8 -
YUV 46.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 56 38 68 0.18 0.44 0 0.73 276 0.28 0.21
Hex 38 26 44 12 2C 0 49 114 1C 15
Octal 70 46 104 22 54 0 111 424 34 25
Binary 111000 100110 1000100 10010 101100 0 1001001 100010100 11100 10101

Color Harmonies of #382644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382644

Black with #382644

Text Example


Text Example

White with #382644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382644; }

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

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

background-color css

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

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

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

border-color css

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

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

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