#303D39

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

Shades of Celtic #303D39

Tints of Celtic #303D39

Color information

#303D39 (or 0x303D39) is unknown color: approx Celtic. HEX triplet: 30, 3D and 39. RGB value is (48,61,57). Sum of RGB (Red+Green+Blue) = 48+61+57=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #303D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D39 is #CFC2C6. Grayscale: #383838. Windows color (decimal): -13615815 or 3751216. OLE color: 3751216.

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

Color convert

RGB486157-
CMYK0.2100.070.76
HSL161.54º11.93%21.37%-
HSV(B)161.54º21.31%23.92%-
XYZ3.634.264.5-
YUV56.66128.19121.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=28.92%
G=36.75%
B=34.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861570.2100.070.76161.5411.9321.37
Hex303D3915074Ca2c15
Octal60757125071142421425
Binary110000111101111001101010111100110010100010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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