#382741

Color #382741 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #382741

Tints of Jagger #382741

Color information

#382741 (or 0x382741) is unknown color: approx Jagger. HEX triplet: 38, 27 and 41. RGB value is (56,39,65). Sum of RGB (Red+Green+Blue) = 56+39+65=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #382741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382741 is #C7D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13097151 or 4269880. OLE color: 4269880.

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

Color convert

RGB563965-
CMYK0.140.4000.75
HSL279.23º25%20.39%-
HSV(B)279.23º40%25.49%-
XYZ3.312.675.34-
YUV47.05138.13134.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=35%
G=24.38%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5639650.140.4000.75279.232520.39
Hex382741E2804B1171914
Octal7047101165001134273124
Binary11100010011110000011110101000010010111000101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382741; }

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

 H1.HeaderClassName
 {
   color: #382741;
 }
 .AnyTagClassName
 {
   color: #382741;
 }
</style>
background-color css

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

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

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

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

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

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