Html Css Color HEX #383041 Jagger

📋 copy color: '#383041'

red 56 ◦ green 48 ◦ blue 65

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

Shades of Jagger #383041

Tints of Jagger #383041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

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

R = 33.14%
G = 28.4%
B = 38.46%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383041 (or 0x383041) is known color: Jagger. HEX triplet: 38, 30 and 41. RGB value is (56,48,65). Sum of RGB (Red+Green+Blue) = 56+48+65=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #383041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383041 is #C7CFBE. Grayscale: #343434. Windows color (decimal): -13094847 or 4272184. OLE color: 4272184.

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

Color convert

RGB 56 48 65 -
CMYK 0.14 0.26 0 0.75
HSL 268.24º 0.15% 0.22% -
HSV(B) 268.24º 0.26% 0.25% -
XYZ 3.64 3.34 5.45 -
YUV 52.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 56 48 65 0.14 0.26 0 0.75 268.24 0.15 0.22
Hex 38 30 41 E 1A 0 4B 10C F 16
Octal 70 60 101 16 32 0 113 414 17 26
Binary 111000 110000 1000001 1110 11010 0 1001011 100001100 1111 10110

Color Harmonies of #383041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383041

Black with #383041

Text Example


Text Example

White with #383041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383041; }

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

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

background-color css

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

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

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

border-color css

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

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

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