Html Css Color HEX #382746 Jagger

📋 copy color: '#382746'

red 56 ◦ green 39 ◦ blue 70

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

Shades of Jagger #382746

Tints of Jagger #382746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 33.94%
G = 23.64%
B = 42.42%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382746 (or 0x382746) is known color: Jagger. HEX triplet: 38, 27 and 46. RGB value is (56,39,70). Sum of RGB (Red+Green+Blue) = 56+39+70=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #382746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382746 is #C7D8B9. Grayscale: #2F2F2F. Windows color (decimal): -13097146 or 4597560. OLE color: 4597560.

HSL color Cylindrical-coordinate representation of color #382746: hue angle of 272.9º 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 #382746 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 39 70 -
CMYK 0.20 0.44 0 0.73
HSL 272.9º 0.28% 0.21% -
HSV(B) 272.9º 0.44% 0.27% -
XYZ 3.46 2.73 6.14 -
YUV 47.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 56 39 70 0.20 0.44 0 0.73 272.9 0.28 0.21
Hex 38 27 46 14 2C 0 49 111 1C 15
Octal 70 47 106 24 54 0 111 421 34 25
Binary 111000 100111 1000110 10100 101100 0 1001001 100010001 11100 10101

Color Harmonies of #382746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382746

Black with #382746

Text Example


Text Example

White with #382746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382746; }

 p { color: rgb(56,39,70); }

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

background-color css

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

 a { background-color: rgb(56,39,70); }

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

border-color css

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

 span { border-color: rgb(56,39,70); }

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