Html Css Color HEX #303632 Holly

📋 copy color: '#303632'

red 48 ◦ green 54 ◦ blue 50

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

Shades of Holly #303632

Tints of Holly #303632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 31.58%
G = 35.53%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#303632 (or 0x303632) is known color: Holly. HEX triplet: 30, 36 and 32. RGB value is (48,54,50). Sum of RGB (Red+Green+Blue) = 48+54+50=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 54 - color contains mainly: green. Hex color #303632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303632 is #CFC9CD. Grayscale: #333333. Windows color (decimal): -13617614 or 3290672. OLE color: 3290672.

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

Color convert

RGB 48 54 50 -
CMYK 0.11 0 0.07 0.79
HSL 140º 0.06% 0.2% -
HSV(B) 140º 0.11% 0.21% -
XYZ 3.11 3.5 3.53 -
YUV 51.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 48 54 50 0.11 0 0.07 0.79 140 0.06 0.2
Hex 30 36 32 B 0 7 4F 8C 6 14
Octal 60 66 62 13 0 7 117 214 6 24
Binary 110000 110110 110010 1011 0 111 1001111 10001100 110 10100

Color Harmonies of #303632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303632

Black with #303632

Text Example


Text Example

White with #303632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303632; }

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

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

background-color css

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

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

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

border-color css

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

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

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