Html Css Color HEX #382745 Jagger

📋 copy color: '#382745'

red 56 ◦ green 39 ◦ blue 69

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

Shades of Jagger #382745

Tints of Jagger #382745

RGB

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

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

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

R = 34.15%
G = 23.78%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382745 (or 0x382745) is known color: Jagger. HEX triplet: 38, 27 and 45. RGB value is (56,39,69). Sum of RGB (Red+Green+Blue) = 56+39+69=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #382745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382745 is #C7D8BA. Grayscale: #2F2F2F. Windows color (decimal): -13097147 or 4532024. OLE color: 4532024.

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

Color convert

RGB 56 39 69 -
CMYK 0.19 0.43 0 0.73
HSL 274º 0.28% 0.21% -
HSV(B) 274º 0.43% 0.27% -
XYZ 3.43 2.72 5.97 -
YUV 47.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 56 39 69 0.19 0.43 0 0.73 274 0.28 0.21
Hex 38 27 45 13 2B 0 49 112 1C 15
Octal 70 47 105 23 53 0 111 422 34 25
Binary 111000 100111 1000101 10011 101011 0 1001001 100010010 11100 10101

Color Harmonies of #382745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382745

Black with #382745

Text Example


Text Example

White with #382745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382745; }

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

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

background-color css

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

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

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

border-color css

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

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

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