Html Css Color HEX #303F36 English Holly

📋 copy color: '#303F36'

red 48 ◦ green 63 ◦ blue 54

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

Shades of English Holly #303F36

Tints of English Holly #303F36

RGB

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

 GREEN value IS 63 (25% from 255) = 38.18%

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 29.09%
G = 38.18%
B = 32.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#303F36 (or 0x303F36) is known color: English Holly. HEX triplet: 30, 3F and 36. RGB value is (48,63,54). Sum of RGB (Red+Green+Blue) = 48+63+54=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #303F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F36 is #CFC0C9. Grayscale: #393939. Windows color (decimal): -13615306 or 3555120. OLE color: 3555120.

HSL color Cylindrical-coordinate representation of color #303F36: hue angle of 144º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303F36 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 63 54 -
CMYK 0.24 0 0.14 0.75
HSL 144º 0.14% 0.22% -
HSV(B) 144º 0.24% 0.25% -
XYZ 3.66 4.45 4.16 -
YUV 57.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 48 63 54 0.24 0 0.14 0.75 144 0.14 0.22
Hex 30 3F 36 18 0 E 4B 90 E 16
Octal 60 77 66 30 0 16 113 220 16 26
Binary 110000 111111 110110 11000 0 1110 1001011 10010000 1110 10110

Color Harmonies of #303F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F36

Black with #303F36

Text Example


Text Example

White with #303F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,54); }

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

background-color css

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

 a { background-color: rgb(48,63,54); }

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

border-color css

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

 span { border-color: rgb(48,63,54); }

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