Html Css Color HEX #382942 Jagger

📋 copy color: '#382942'

red 56 ◦ green 41 ◦ blue 66

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

Shades of Jagger #382942

Tints of Jagger #382942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 34.36%
G = 25.15%
B = 40.49%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382942 (or 0x382942) is known color: Jagger. HEX triplet: 38, 29 and 42. RGB value is (56,41,66). Sum of RGB (Red+Green+Blue) = 56+41+66=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #382942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382942 is #C7D6BD. Grayscale: #303030. Windows color (decimal): -13096638 or 4335928. OLE color: 4335928.

HSL color Cylindrical-coordinate representation of color #382942: hue angle of 276º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382942 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 41 66 -
CMYK 0.15 0.38 0 0.74
HSL 276º 0.23% 0.21% -
HSV(B) 276º 0.38% 0.26% -
XYZ 3.41 2.82 5.52 -
YUV 48.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 56 41 66 0.15 0.38 0 0.74 276 0.23 0.21
Hex 38 29 42 F 26 0 4A 114 17 15
Octal 70 51 102 17 46 0 112 424 27 25
Binary 111000 101001 1000010 1111 100110 0 1001010 100010100 10111 10101

Color Harmonies of #382942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382942

Black with #382942

Text Example


Text Example

White with #382942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382942; }

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

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

background-color css

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

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

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

border-color css

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

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

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