#39292E

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

Shades of Castro #39292E

Tints of Castro #39292E

Color information

#39292E (or 0x39292E) is unknown color: approx Castro. HEX triplet: 39, 29 and 2E. RGB value is (57,41,46). Sum of RGB (Red+Green+Blue) = 57+41+46=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #39292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39292E is #C6D6D1. Grayscale: #2E2E2E. Windows color (decimal): -13031122 or 3025209. OLE color: 3025209.

HSL color Cylindrical-coordinate representation of color #39292E: hue angle of 341.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39292E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB574146-
CMYK00.280.190.78
HSL341.25º16.33%19.22%-
HSV(B)341.25º28.07%22.35%-
XYZ2.972.652.94-
YUV46.35127.8135.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=39.58%
G=28.47%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57414600.280.190.78341.2516.3319.22
Hex39292E01C134E1551013
Octal715156034231165252023
Binary1110011010011011100111001001110011101010101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39292E; }

 p { color: rgb(57,41,46); }

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

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

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

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

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

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

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