#323F39

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

Shades of Celtic #323F39

Tints of Celtic #323F39

Color information

#323F39 (or 0x323F39) is unknown color: approx Celtic. HEX triplet: 32, 3F and 39. RGB value is (50,63,57). Sum of RGB (Red+Green+Blue) = 50+63+57=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 63 - color contains mainly: green. Hex color #323F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F39 is #CDC0C6. Grayscale: #3A3A3A. Windows color (decimal): -13484231 or 3751730. OLE color: 3751730.

HSL color Cylindrical-coordinate representation of color #323F39: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323F39 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB506357-
CMYK0.2100.100.75
HSL152.31º11.5%22.16%-
HSV(B)152.31º20.63%24.71%-
XYZ3.834.534.54-
YUV58.43127.19121.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=29.41%
G=37.06%
B=33.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063570.2100.100.75152.3111.522.16
Hex323F39150A4B98c16
Octal627771250121132301426
Binary1100101111111110011010101010100101110011000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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