Html Css Color HEX #382645 Jagger

📋 copy color: '#382645'

red 56 ◦ green 38 ◦ blue 69

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

Shades of Jagger #382645

Tints of Jagger #382645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.33%

R = 34.36%
G = 23.31%
B = 42.33%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382645 (or 0x382645) is known color: Jagger. HEX triplet: 38, 26 and 45. RGB value is (56,38,69). Sum of RGB (Red+Green+Blue) = 56+38+69=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #382645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382645 is #C7D9BA. Grayscale: #2E2E2E. Windows color (decimal): -13097403 or 4531768. OLE color: 4531768.

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

Color convert

RGB 56 38 69 -
CMYK 0.19 0.45 0 0.73
HSL 274.84º 0.29% 0.21% -
HSV(B) 274.84º 0.45% 0.27% -
XYZ 3.4 2.66 5.96 -
YUV 46.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 56 38 69 0.19 0.45 0 0.73 274.84 0.29 0.21
Hex 38 26 45 13 2D 0 49 113 1D 15
Octal 70 46 105 23 55 0 111 423 35 25
Binary 111000 100110 1000101 10011 101101 0 1001001 100010011 11101 10101

Color Harmonies of #382645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382645

Black with #382645

Text Example


Text Example

White with #382645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382645; }

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

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

background-color css

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

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

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

border-color css

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

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

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