Html Css Color HEX #303532 Holly

📋 copy color: '#303532'

red 48 ◦ green 53 ◦ blue 50

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

Shades of Holly #303532

Tints of Holly #303532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 31.79%
G = 35.1%
B = 33.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#303532 (or 0x303532) is known color: Holly. HEX triplet: 30, 35 and 32. RGB value is (48,53,50). Sum of RGB (Red+Green+Blue) = 48+53+50=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 53 - color contains mainly: green. Hex color #303532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303532 is #CFCACD. Grayscale: #333333. Windows color (decimal): -13617870 or 3290416. OLE color: 3290416.

HSL color Cylindrical-coordinate representation of color #303532: hue angle of 144º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303532 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 50 -
CMYK 0.09 0 0.06 0.79
HSL 144º 0.05% 0.2% -
HSV(B) 144º 0.09% 0.21% -
XYZ 3.07 3.4 3.51 -
YUV 51.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 48 53 50 0.09 0 0.06 0.79 144 0.05 0.2
Hex 30 35 32 9 0 6 4F 90 5 14
Octal 60 65 62 11 0 6 117 220 5 24
Binary 110000 110101 110010 1001 0 110 1001111 10010000 101 10100

Color Harmonies of #303532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303532

Black with #303532

Text Example


Text Example

White with #303532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303532; }

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

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

background-color css

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

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

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

border-color css

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

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

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