#303D35

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

Shades of English Holly #303D35

Tints of English Holly #303D35

Color information

#303D35 (or 0x303D35) is unknown color: approx English Holly. HEX triplet: 30, 3D and 35. RGB value is (48,61,53). Sum of RGB (Red+Green+Blue) = 48+61+53=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 61 - color contains mainly: green. Hex color #303D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D35 is #CFC2CA. Grayscale: #383838. Windows color (decimal): -13615819 or 3489072. OLE color: 3489072.

HSL color Cylindrical-coordinate representation of color #303D35: hue angle of 143.08º 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 #303D35 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB486153-
CMYK0.2100.130.76
HSL143.08º11.93%21.37%-
HSV(B)143.08º21.31%23.92%-
XYZ3.534.224-
YUV56.2126.19122.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=29.63%
G=37.65%
B=32.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861530.2100.130.76143.0811.9321.37
Hex303D35150D4C8fc15
Octal607565250151142171425
Binary1100001111011101011010101101100110010001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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