Html Css Color HEX #382F41 Jagger

📋 copy color: '#382F41'

red 56 ◦ green 47 ◦ blue 65

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

Shades of Jagger #382F41

Tints of Jagger #382F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 33.33%
G = 27.98%
B = 38.69%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382F41 (or 0x382F41) is known color: Jagger. HEX triplet: 38, 2F and 41. RGB value is (56,47,65). Sum of RGB (Red+Green+Blue) = 56+47+65=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #382F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F41 is #C7D0BE. Grayscale: #333333. Windows color (decimal): -13095103 or 4271928. OLE color: 4271928.

HSL color Cylindrical-coordinate representation of color #382F41: hue angle of 270º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #382F41 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 47 65 -
CMYK 0.14 0.28 0 0.75
HSL 270º 0.16% 0.22% -
HSV(B) 270º 0.28% 0.25% -
XYZ 3.6 3.26 5.44 -
YUV 51.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 56 47 65 0.14 0.28 0 0.75 270 0.16 0.22
Hex 38 2F 41 E 1C 0 4B 10E 10 16
Octal 70 57 101 16 34 0 113 416 20 26
Binary 111000 101111 1000001 1110 11100 0 1001011 100001110 10000 10110

Color Harmonies of #382F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F41

Black with #382F41

Text Example


Text Example

White with #382F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,65); }

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

background-color css

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

 a { background-color: rgb(56,47,65); }

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

border-color css

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

 span { border-color: rgb(56,47,65); }

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