#333B38

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

Shades of Celtic #333B38

Tints of Celtic #333B38

Color information

#333B38 (or 0x333B38) is unknown color: approx Celtic. HEX triplet: 33, 3B and 38. RGB value is (51,59,56). Sum of RGB (Red+Green+Blue) = 51+59+56=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #333B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B38 is #CCC4C7. Grayscale: #383838. Windows color (decimal): -13419720 or 3685171. OLE color: 3685171.

HSL color Cylindrical-coordinate representation of color #333B38: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #333B38 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB515956-
CMYK0.1400.050.77
HSL157.5º7.27%21.57%-
HSV(B)157.5º13.56%23.14%-
XYZ3.644.124.34-
YUV56.27127.85124.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=30.72%
G=35.54%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5159560.1400.050.77157.57.2721.57
Hex333B38E054D9e716
Octal6373701605115236726
Binary1100111110111110001110010110011011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333B38; }

 p { color: rgb(51,59,56); }

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

<style>
 a { background-color: #333B38; }

 a { background-color: rgb(51,59,56); }

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

<style>
 span { border-color: #333B38; }

 span { border-color: rgb(51,59,56); }

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