Html Css Color HEX #303D35 English Holly

📋 copy color: '#303D35'

red 48 ◦ green 61 ◦ blue 53

#303D35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #303D35

Tints of English Holly #303D35

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 value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#303D35 (or 0x303D35) is known color: 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

RGB 48 61 53 -
CMYK 0.21 0 0.13 0.76
HSL 143.08º 0.12% 0.21% -
HSV(B) 143.08º 0.21% 0.24% -
XYZ 3.53 4.22 4 -
YUV 56.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 48 61 53 0.21 0 0.13 0.76 143.08 0.12 0.21
Hex 30 3D 35 15 0 D 4C 8F C 15
Octal 60 75 65 25 0 15 114 217 14 25
Binary 110000 111101 110101 10101 0 1101 1001100 10001111 1100 10101

Color Harmonies of #303D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D35

Black with #303D35

Text Example


Text Example

White with #303D35

Text Example


Text Example

HTML Codes & Css Web 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>