Html Css Color HEX #303A34 English Holly

📋 copy color: '#303A34'

red 48 ◦ green 58 ◦ blue 52

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

Shades of English Holly #303A34

Tints of English Holly #303A34

RGB

 RED value IS 48 (19.14% from 255) = 30.38%

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 30.38%
G = 36.71%
B = 32.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#303A34 (or 0x303A34) is known color: English Holly. HEX triplet: 30, 3A and 34. RGB value is (48,58,52). Sum of RGB (Red+Green+Blue) = 48+58+52=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #303A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A34 is #CFC5CB. Grayscale: #363636. Windows color (decimal): -13616588 or 3422768. OLE color: 3422768.

HSL color Cylindrical-coordinate representation of color #303A34: hue angle of 144º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #303A34 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 58 52 -
CMYK 0.17 0 0.10 0.77
HSL 144º 0.09% 0.21% -
HSV(B) 144º 0.17% 0.23% -
XYZ 3.35 3.9 3.83 -
YUV 54.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 48 58 52 0.17 0 0.10 0.77 144 0.09 0.21
Hex 30 3A 34 11 0 A 4D 90 9 15
Octal 60 72 64 21 0 12 115 220 11 25
Binary 110000 111010 110100 10001 0 1010 1001101 10010000 1001 10101

Color Harmonies of #303A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A34

Black with #303A34

Text Example


Text Example

White with #303A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,52); }

 H1.HeaderClassName
 {
   color: #303A34;
 }
 .AnyTagClassName
 {
   color: #303A34;
 }
</style>

background-color css

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

 a { background-color: rgb(48,58,52); }

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

border-color css

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

 span { border-color: rgb(48,58,52); }

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