#323B37

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

Shades of Celtic #323B37

Tints of Celtic #323B37

Color information

#323B37 (or 0x323B37) is unknown color: approx Celtic. HEX triplet: 32, 3B and 37. RGB value is (50,59,55). Sum of RGB (Red+Green+Blue) = 50+59+55=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #323B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B37 is #CDC4C8. Grayscale: #373737. Windows color (decimal): -13485257 or 3619634. OLE color: 3619634.

HSL color Cylindrical-coordinate representation of color #323B37: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #323B37 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB505955-
CMYK0.1500.070.77
HSL153.33º8.26%21.37%-
HSV(B)153.33º15.25%23.14%-
XYZ3.574.084.21-
YUV55.85127.52123.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=30.49%
G=35.98%
B=33.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059550.1500.070.77153.338.2621.37
Hex323B37F074D99815
Octal62736717071152311025
Binary11001011101111011111110111100110110011001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,55); }

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

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

 a { background-color: rgb(50,59,55); }

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

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

 span { border-color: rgb(50,59,55); }

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