Html Css Color HEX #382D42 Jagger

📋 copy color: '#382D42'

red 56 ◦ green 45 ◦ blue 66

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

Shades of Jagger #382D42

Tints of Jagger #382D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

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

R = 33.53%
G = 26.95%
B = 39.52%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382D42 (or 0x382D42) is known color: Jagger. HEX triplet: 38, 2D and 42. RGB value is (56,45,66). Sum of RGB (Red+Green+Blue) = 56+45+66=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #382D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D42 is #C7D2BD. Grayscale: #323232. Windows color (decimal): -13095614 or 4336952. OLE color: 4336952.

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

Color convert

RGB 56 45 66 -
CMYK 0.15 0.32 0 0.74
HSL 271.43º 0.19% 0.22% -
HSV(B) 271.43º 0.32% 0.26% -
XYZ 3.55 3.11 5.57 -
YUV 50.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 56 45 66 0.15 0.32 0 0.74 271.43 0.19 0.22
Hex 38 2D 42 F 20 0 4A 10F 13 16
Octal 70 55 102 17 40 0 112 417 23 26
Binary 111000 101101 1000010 1111 100000 0 1001010 100001111 10011 10110

Color Harmonies of #382D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D42

Black with #382D42

Text Example


Text Example

White with #382D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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