#39395A

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

Shades of Deep Koamaru #39395A

Tints of Deep Koamaru #39395A

Color information

#39395A (or 0x39395A) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 5A. RGB value is (57,57,90). Sum of RGB (Red+Green+Blue) = 57+57+90=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #39395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39395A is #C6C6A5. Grayscale: #3C3C3C. Windows color (decimal): -13026982 or 5912889. OLE color: 5912889.

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

Color convert

RGB575790-
CMYK0.370.3700.65
HSL240º22.45%28.82%-
HSV(B)240º36.67%35.29%-
XYZ54.5310.28-
YUV60.76144.5125.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=27.94%
G=27.94%
B=44.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5757900.370.3700.6524022.4528.82
Hex39395A2525041f0161d
Octal7171132454501013602635
Binary111001111001101101010010110010101000001111100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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