#303835

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

Shades of Celtic #303835

Tints of Celtic #303835

Color information

#303835 (or 0x303835) is unknown color: approx Celtic. HEX triplet: 30, 38 and 35. RGB value is (48,56,53). Sum of RGB (Red+Green+Blue) = 48+56+53=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 56 - color contains mainly: green. Hex color #303835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303835 is #CFC7CA. Grayscale: #353535. Windows color (decimal): -13617099 or 3487792. OLE color: 3487792.

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

Color convert

RGB485653-
CMYK0.1400.050.78
HSL157.5º7.69%20.39%-
HSV(B)157.5º14.29%21.96%-
XYZ3.283.713.91-
YUV53.27127.85124.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=30.57%
G=35.67%
B=33.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4856530.1400.050.78157.57.6920.39
Hex303835E054E9e814
Octal60706516051162361024
Binary11000011100011010111100101100111010011110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303835; }

 p { color: rgb(48,56,53); }

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

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

 a { background-color: rgb(48,56,53); }

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

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

 span { border-color: rgb(48,56,53); }

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