#39395D

Color #39395D Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #39395D

Tints of Deep Koamaru #39395D

Color information

#39395D (or 0x39395D) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 5D. RGB value is (57,57,93). Sum of RGB (Red+Green+Blue) = 57+57+93=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #39395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39395D is #C6C6A2. Grayscale: #3C3C3C. Windows color (decimal): -13026979 or 6109497. OLE color: 6109497.

HSL color Cylindrical-coordinate representation of color #39395D: hue angle of 240º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39395D is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB575793-
CMYK0.390.3900.64
HSL240º24%29.41%-
HSV(B)240º38.71%36.47%-
XYZ5.134.5910.97-
YUV61.1146125.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=27.54%
G=27.54%
B=44.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5757930.390.3900.642402429.41
Hex39395D2727040f0181d
Octal7171135474701003603035
Binary111001111001101110110011110011101000000111100001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39395D; }

 p { color: rgb(57,57,93); }

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

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

 a { background-color: rgb(57,57,93); }

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

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

 span { border-color: rgb(57,57,93); }

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