#382F5F

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

Shades of Jacarta #382F5F

Tints of Jacarta #382F5F

Color information

#382F5F (or 0x382F5F) is unknown color: approx Jacarta. HEX triplet: 38, 2F and 5F. RGB value is (56,47,95). Sum of RGB (Red+Green+Blue) = 56+47+95=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #382F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F5F is #C7D0A0. Grayscale: #363636. Windows color (decimal): -13095073 or 6238008. OLE color: 6238008.

HSL color Cylindrical-coordinate representation of color #382F5F: hue angle of 251.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382F5F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB564795-
CMYK0.410.5100.63
HSL251.25º33.8%27.84%-
HSV(B)251.25º50.53%37.25%-
XYZ4.713.711.29-
YUV55.16150.48128.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=28.28%
G=23.74%
B=47.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5647950.410.5100.63251.2533.827.84
Hex382F5F293303Ffb221c
Octal705713751630773734234
Binary111000101111101111110100111001101111111111101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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