#323D39

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

Shades of Celtic #323D39

Tints of Celtic #323D39

Color information

#323D39 (or 0x323D39) is unknown color: approx Celtic. HEX triplet: 32, 3D and 39. RGB value is (50,61,57). Sum of RGB (Red+Green+Blue) = 50+61+57=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #323D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D39 is #CDC2C6. Grayscale: #393939. Windows color (decimal): -13484743 or 3751218. OLE color: 3751218.

HSL color Cylindrical-coordinate representation of color #323D39: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323D39 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB506157-
CMYK0.1800.070.76
HSL158.18º9.91%21.76%-
HSV(B)158.18º18.03%23.92%-
XYZ3.724.314.51-
YUV57.25127.86122.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=29.76%
G=36.31%
B=33.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5061570.1800.070.76158.189.9121.76
Hex323D3912074C9ea16
Octal62757122071142361226
Binary110010111101111001100100111100110010011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323D39; }

 p { color: rgb(50,61,57); }

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

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

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

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

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

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

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