Html Css Color HEX #382E42 Jagger

📋 copy color: '#382E42'

red 56 ◦ green 46 ◦ blue 66

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

Shades of Jagger #382E42

Tints of Jagger #382E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 33.33%
G = 27.38%
B = 39.29%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382E42 (or 0x382E42) is known color: Jagger. HEX triplet: 38, 2E and 42. RGB value is (56,46,66). Sum of RGB (Red+Green+Blue) = 56+46+66=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #382E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E42 is #C7D1BD. Grayscale: #333333. Windows color (decimal): -13095358 or 4337208. OLE color: 4337208.

HSL color Cylindrical-coordinate representation of color #382E42: hue angle of 270º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382E42 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 46 66 -
CMYK 0.15 0.30 0 0.74
HSL 270º 0.18% 0.22% -
HSV(B) 270º 0.3% 0.26% -
XYZ 3.59 3.19 5.58 -
YUV 51.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 56 46 66 0.15 0.30 0 0.74 270 0.18 0.22
Hex 38 2E 42 F 1E 0 4A 10E 12 16
Octal 70 56 102 17 36 0 112 416 22 26
Binary 111000 101110 1000010 1111 11110 0 1001010 100001110 10010 10110

Color Harmonies of #382E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E42

Black with #382E42

Text Example


Text Example

White with #382E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E42; }

 p { color: rgb(56,46,66); }

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

background-color css

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

 a { background-color: rgb(56,46,66); }

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

border-color css

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

 span { border-color: rgb(56,46,66); }

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